Hello there!
I would like to change a few font colors.
The font color for main content bold and main content links seems to be the same “Primary color” in the Main Content tab of the General Styling section.
I would like main content in the bold format to be black and for hyperlinks in the main content to be another color, let’s say red for now.
Is there a place I can specify that?
Also, I have a button in my main menu in the header. The default font for the button text is white. How can I change the text to black?
Thank you!
L.R.
Hey biteandsip,
For main content links please change the Main Content > Highlight color
I changed it for you, Please clear your browser cache and check.
To change the text color of the yellow button, I added this css in your Quick CSS:
#menu-item-1454 .avia-menu-text {
color: #000 !important;
}
Please clear your browser cache and check.
Best regards,
Mike
Dear Mike,
Thanks for the super-quick response!
Regarding the link color: It still is black. The hover / highlight color is red, as set in the general styling, but the hypertext itself is black until it’s hovered over. If I change the Primary Color in General Styling, Main Content tab, then I can change the link color, but that also changes the bold font color for all bold formatted text.
On the About page (url below, in Private Content) you can see it in this sentence:
“(You can read an in-depth version of the steps I took towards mindful phone use in this blog post.)”
Thanks again,
L.R.
Hi,
hum, thanks for pointing that out. I added this css to the bottom of your Quick CSS to correct the color:
.main_color a {
color: red !important;
}
Please clear your browser cache and check.
Please adjust to suit, and let me know if it clashes with any other links on the site. We can adjust to target only the one link if you wish.
Best regards,
Mike