-
AuthorPosts
-
March 28, 2016 at 5:55 pm #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.March 28, 2016 at 8:49 pm #604049Hi 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,
JordanMarch 28, 2016 at 8:55 pm #604052Hi Jordan,
Thanks for you comment, in the Private content is my login and link.
I have right click enabled now!March 28, 2016 at 9:30 pm #604068Hey!
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!
JordanMarch 28, 2016 at 9:34 pm #604071Hi Jason,
Wow, you are fast!
The gravity form is in black now, thank you!
The comment reply is unfortunately still black.
March 28, 2016 at 9:50 pm #604083Hey Chantal!
Try adding the !important tag to the first block of code so it looks like this:
.comment_text p { color: black !important; }
Regards,
JordanMarch 28, 2016 at 9:51 pm #604084And another question ;)
On the Contact form i have tickboxes. The text next to it appears still white also. Can this also be ‘fixed’?
March 28, 2016 at 9:52 pm #604085Yess the comment reply now is great, thank you very much!
March 28, 2016 at 9:59 pm #604093Hey!
Please add following code to Quick CSS as well
#top .gform_wrapper .gfield_checkbox li label { color: black; }
Cheers!
YigitMarch 28, 2016 at 10:03 pm #604099Yes! 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!
March 28, 2016 at 10:05 pm #604102Hey!
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 -
AuthorPosts
- The topic ‘Font color blog comment reply & gravityform’ is closed to new replies.