Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #603953

    Hi everyone,

    On my blog the comments are black in font. But the reply to the comments in a white font.. I have searched everywhere but I have no clue anymore what it could he.. I hope someone here can help me. I have the same issue on my contact form (gravityform). I have tried to switch all my color setting to black but unfortunately it had no effect on this specific areas.
    Here are the 2 pages in wich you can see the problem.

    #604049

    Hi Chantalkrijn!

    Thanks for getting in touch with us!

    Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Also it seems you have disabled right click on your site. Please could you temporarily enable it so that I can debug the CSS using the Dev tool.

    Best regards,
    Jordan

    #604052

    Hi Jordan,

    Thanks for you comment, in the Private content is my login and link.
    I have right click enabled now!

    #604068

    Hey!

    Thanks for getting back to me.

    Please add the following CSS code to the Quick CSS field under the General Styling tab in the theme options:

    .comment_text p {
        color: black;
    }
    
    .gfield_label, .ginput_complex, .gfield_description {
        color: black;
    }

    Let me know if it works. Also remember to disable right click once this is fixed.

    Cheers!
    Jordan

    #604071

    Hi Jason,

    Wow, you are fast!

    The gravity form is in black now, thank you!

    The comment reply is unfortunately still black.

    #604083

    Hey Chantal!

    Try adding the !important tag to the first block of code so it looks like this:

    .comment_text p {
        color: black !important;
    }

    Regards,
    Jordan

    #604084

    And another question ;)

    On the Contact form i have tickboxes. The text next to it appears still white also. Can this also be ‘fixed’?

    #604085

    Yess the comment reply now is great, thank you very much!

    #604093

    Hey!

    Please add following code to Quick CSS as well

    #top .gform_wrapper .gfield_checkbox li label {
        color: black;
    }

    Cheers!
    Yigit

    #604099

    Yes! It worked.

    Thank you both very much for your help! This is my first time on this support forum and I was a bit scared to ask a question as a newbie ;)

    All is fixed now, thank you so much!

    #604102

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Font color blog comment reply & gravityform’ is closed to new replies.