I'm looking for a global solution that I can create and update once. VS. making edits on every portfolio page.
I want all p / body copy fonts to be #193945, font-weight 400.
If you look at bullets and p text, you'll notice there is a slight difference. Even though I'm using the same color and font. Even the "My Role & Contributions" title looks different than the left column tabbed navigation.
For a site wide change, you may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
/*format all text*/
html body, body h1, body h2, body h3, body h4, body h5, body h6, body p, body a {
color: #193945!important;
font-weight: 400!Important;
}
Please see attachment.
Hey Again,
Simply use the Tinymce Color Option:
ThemeNectar Support Team
I'm looking for a global solution that I can create and update once. VS. making edits on every portfolio page.
I want all p / body copy fonts to be #193945, font-weight 400.
If you look at bullets and p text, you'll notice there is a slight difference. Even though I'm using the same color and font. Even the "My Role & Contributions" title looks different than the left column tabbed navigation.
Hi there,
Thanks for keeping in touch with us.
For a site wide change, you may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
Please let me know if this works :)
Cheers!
Please see screenshot. All fonts are the same color, but do you see how they look different? Maybe it's just an illusion and cannot be fixed.
Hi there,
Apologies for the late reply.
You attachment seems to be an empty file. Please make sure you attach an image next time.
The font color might be influenced by some opacity CSS but the screenshot should clarify that.
Maybe a direct link to where this is would help.
Thanks.
This is the page I'm referring to: http://cassiesharp.com/portfolio/freemium-application/
I also added another screenshot that should open for you this time.
Hi there,
Apologies for the late reply.
We took a look at the site but the text colors on those locations are the same.
The color in use is #193945 and there are not opacity changes added to the text.
This goes for all the areas you point out on the screenshot.
Yeah I saw that too. Must be an illusion b/c the colors and weights do look different. Thanks for checking it out though!