• Resolved doctorofcredit

    (@doctorofcredit)


    When a user doesn’t have a gravatar I basically just want it to be completely blank. Currently when you have it selected as blank in the wordpress settings wpdiscuz seems to apply a box shadow. Is it possible to remove this?

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

    (@gvectorssupportmember)

    Hi @doctorofcredit,

    Please navigate to the Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the “Custom CSS Code” textarea:

    #wpcomm .avatar {
        box-shadow: none !important;
    }

    Please don’t forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

    Thread Starter doctorofcredit

    (@doctorofcredit)

    Thanks, is there a way to change the background area for ‘Leave A Reply’ ‘Join the discussion’ etc?

    Plugin Support gVectors Support

    (@gvectorssupportmember)

    @doctorofcredit,

    Please use the following CSS code to change the “Join the discussion” area background color:

    .wpdiscuz-textarea-wrap textarea {
        background-color: #cfecfc;
    }

    To change the “Leave A Reply” text color, use the following code:

    #wc-comment-header {
        color: #8ad4fc;
    }

    Please note you can change the background-color and the color values as you want.
    In any case please don’t forget to delete all caches and press CTRL+F5(twice) twice on the frontend before checking.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Box Shadow’ is closed to new replies.