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

    (@gvectorssupport)

    Hi matrixpoland,

    I don’t follow you. Could you please explain what do you mean?

    Thread Starter because i

    (@matrixpoland)

    Do you saw screenshot which i posted?

    Boxes to quoting, code and spoiler are white and how to change their color?

    I can only change text color, not this spaces around text

    • This reply was modified 8 years, 3 months ago by because i.
    Plugin Support gVectors Support

    (@gvectorssupport)

    Please navigate to Dashboard > Comments > Settings > Styling admin page. Add following code in “Custom CSS Code” textarea.

    #wpcomm p code {
        background-color: yellow;
    }
    #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler {
        background-color: yellow;
    }
    #wpcomm p blockquote{
        background-color: yellow;
    }
    Thread Starter because i

    (@matrixpoland)

    Thank you.

    Can we also change links color?

    Plugin Support gVectors Support

    (@gvectorssupport)

    Sure you can change links color using the following code:

    #wpcomm .wc-comment-text p a {
        color: #0000ff !important;
    }
    Thread Starter because i

    (@matrixpoland)

    I reposted:

    This is my custom CSS – changed spoiler color, blockquote color, link color, and earlier comments text color but now this is not working!

    .comments-area{width:auto;}
    
    #wpcomm p code {
      background-color: #500000;
    }
    #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler {
      background-color: #500000;
    }
    #wpcomm p blockquote{
      background-color: #500000;
    }
    #wpcomm .wc-comment-text p a {
      color: #2D8898 !important;
    
    #wpcomm .wc-comment-right .wc-comment-text * {
    color: #FFFFFF !important;
    }
    #wpcomm .wc-comment-right .wc-comment-text{
    color: #fff !important;
    }

    Comments color text is from update of wpdiscuz no different now with body text from theme (oblique).

    When i choose white then i will no longer see text in whole page because its background is white! I can see white text only in my dark backgrounded comments section (because i chosen dark theme wpdiscuz)

    How to do that my body text will stay same color (grey) but change only comments text color to white?

    Maybe something must be changed now in theme css?

    • This reply was modified 8 years, 3 months ago by because i.
    • This reply was modified 8 years, 3 months ago by because i.
    • This reply was modified 8 years, 3 months ago by because i.
    Plugin Support gVectors Support

    (@gvectorssupport)

    Please remove the following parts of your CSS

    #wpcomm .wc-comment-right .wc-comment-text * {
       color: #FFFFFF !important;
    } 

    Then put this one (this will change the comment text color)
    #wpcomm .wc-comment-text p {
    color: #FFF !important;
    }

    Plugin Author gVectors Team

    (@gvectors-team)

    @matrixpoland
    Please remove your custom CSS code, it contains lots of errors.

    Comments color text is from update of wpdiscuz no different now with body text from theme (oblique).

    This is a result of unclosed css class:

    • This reply was modified 8 years, 3 months ago by gVectors Team.
    Thread Starter because i

    (@matrixpoland)

    Thank you very much. I have only closed that class and it worked. But i think these options might be implemented in plugin without manually writing css

    @gvectors-team i have one more question and i don’t know where to ask.

    When i accept one guest comment then his comments are automaticcly accepted.
    How to reverse that for one guest or delete him from database? This is not registred user. Banning him is not helping because he has dynamic IP but writes on same nickname which comments were accepted earlier

    • This reply was modified 8 years, 2 months ago by because i.
    • This reply was modified 8 years, 2 months ago by because i.
    Plugin Support gVectors Support

    (@gvectorssupport)

    Please try to check “the Comment must be manually approved” option in Dashboard > Settings > Discussion.

    Thread Starter because i

    (@matrixpoland)

    @gvectors-team i don’t want to manually aprove all comments. Only this one troll is destroying my site.

    And when i save options in discussions settings it appears error:

    ERROR: The settings page was not found.

    Thread Starter because i

    (@matrixpoland)

    Ok. @gvectors-team after todays wpdiscuz update my link color text is changed to white. Earlier i changed it to blue.

    Whats wrong now? I wasnt changing anything

    .comments-area{width:auto;}

    #wpcomm p code {
    background-color: #500000;
    }
    #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler {
    background-color: #500000;
    }
    #wpcomm p blockquote{
    background-color: #500000;
    }
    #wpcomm .wc-comment-text p a {
    color: #2D8898 !important;
    }
    #wpcomm .wc-comment-right .wc-comment-text * {
    color: #FFFFFF !important;
    }
    #wpcomm .wc-comment-right .wc-comment-text{
    color: #fff !important;
    }

    Plugin Author gVectors Team

    (@gvectors-team)

    Please open a separate topic in gVectors Team forum.
    https://gvectors.com/forum/
    Leave there direct URL where we can check it and leave some screenshot which describes the issue. This topic is closed for further support.

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

The topic ‘How to change quote/code/spoiler box color?’ is closed to new replies.