-
AuthorPosts
-
March 29, 2019 at 4:52 pm #1084624
I’m on WP 5.1.1 with parent theme 4.2.6.
When I change the alternate font color, it doesn’t change in all browsers.
Safari works correctly. It seems like it works in IE, Chrome and Firefox, then changes back, but it may just not work at all.The font should be black, but is light grey.
This is what is in the custom CSS box, if that is any clue.
Thanks!
Tony.avia-content-slider .slide-entry-title {
font-size: 14px!important;
font-color: black!important;
}
.avia-content-slider .slide-entry-title {
color: white;
}
.html_elegant-blog .av-vertical-delimiter { display: none !important;
}March 29, 2019 at 4:56 pm #1084631“font-color” is not a valid CSS property.
Just “color” is the one to modify text colour.March 29, 2019 at 5:02 pm #1084639Ok thanks, I just took that out completely. I think that is just for the slider anyway.
March 29, 2019 at 5:10 pm #1084648Your “Main Color” for text seems to be set to “#b0b0b0” in the theme styling options.
Check the theme-options:
– Enfold > General Styling
– tab: “Main Content”
– field: “Main Content font color”Adjust it to “#000000” for a black text colour.
=> https://kriesi.at/documentation/enfold/typography/#general-font-options
—–
Edit:
Not sure if it understand correctly … just realized that you wrote about “alternate” color … but on the site you linked there is mostly the “Main Color” for text in use … do you mean a special area of that page?- This reply was modified 5 years, 8 months ago by cg.
March 29, 2019 at 5:27 pm #1084662I thought “alternate content” controlled the blog font, but I’m probably wrong.
Regardless, I’ve set everything in the general styling tabs to 000000.I saw the b0b0b0 as well, but I can’t find where that is coming from.
Could I just override that with custom css, something like below?
Please forgive me lack of css knowledge..main.content {
color: black;
}March 29, 2019 at 5:36 pm #1084669Before that check if it’s not just a caching issue.
If you already set the mentioned field for the main text color to #000000 maybe it’s just not shown on the site.– deactivate caching plugins (if any)
– uncheck the CSS and JS merging and compressing in “Enfold > Performance” and save
=> refresh page in a browser window by pressing [CTRL]+[F5] (hard refresh)If that doesn’t work you can try the CSS:
.main_color { color: #000000 !important; }
March 29, 2019 at 5:40 pm #1084671There was a cache plugin, I didn’t realize.
I think that fixed it!!
Dude, you are awesome!April 1, 2019 at 6:05 am #1085270Hi netdonkey,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!@cg, thanks for helping out. :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘Blog Font Color Incorrect In Some Browsers’ is closed to new replies.