• Resolved plord12

    (@plord12)


    With voting buttons enabled I see weird artifacts in chrome. Firefox not effected.

    Let me know if you need more info.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi,

    This is just a small CSS conflict with the theme or other plugins. Please leave the example URL where we can see the wpDiscuz plugin activated to allow us to debug the issue and provide a solution for you.

    Thread Starter plord12

    (@plord12)

    Thanks for the reply.

    I found the thumbs up/down voting buttons look okay on chrome but the +/- don’t.

    Page is https://u3acommunities.org/ask-the-group-anything-followup-discussions/

    Plugin Support gVectors Support

    (@gvectorssupport)

    Please use this CSS code:

    .fa-plus:before, .fa-minus:before{
    display: none;
    }
    #wpdcom .wpd-comment-footer .wpd-vote {
    font-size: 22px;
    }
    #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote{
    font-size: 14px !important;
    }

    Insert the code in the “Custom CSS code” textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

    Please don’t forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.

    Thread Starter plord12

    (@plord12)

    Perfect, many thanks. That indeed fixed it 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Weird artifacts with chrome’ is closed to new replies.