I’ve been searching to find where to change the font color for all different headings and the normal font, but I just can’t find the options. Please help me
What would I put for the widgets? I am having trouble with the colours on my footer widgets coming out too light, and I set all my headers to darker tones and still nothing. http://gembouquet.com – ignore the pictures they are just up there for testing…I have a stock photographer working with my Thursday. 😉
You can customize widget titles and link colours from: Appearance -> Customize -> Styling -> Custom CSS by adding next CSS codes:
.footer-widgets .widget-title { color: desired color; }
.footer-widgets ul li a { color: desired color; }
.footer-widgets ul li a:hover { color: desired color; }
I will check about dropdown menu issue.
Also please remove:
`< script > script >‘
tags from: Appearance -> Customize -> General -> Analytics box.
You must add analytics code without starting & ending script tags.
Regards
This reply was modified 7 years, 7 months ago by Jerry.
This reply was modified 7 years, 7 months ago by Jerry.