Site title/navigation change of color
-
Hi,
I am new to Lay theme, i cant change the navigation/site title to my custom colour #faf8f7.
Now its white instead of the background full colour
website hereI tried pasting differing custom codes in the CSS - but cant seem to get it right.
Can you help me? -
hey it doesn't work in:
customizer -> site title
and then just set the color there?
and for menu:
customize -> menu style -> primary menu and set the color therebefore doing that pls just temporarily:
Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"just so we make sure none of your custom css overwrites any of these settings
-
heres a better explanation:
hey, the global settings live in wp-admin → Appearance → Customize → "Site Title" (text color) and "Navigation" (link color).
for a per-page override you can also go into the page, open page settings, and enable "site title color" there.
if custom css isnt working its usually because the selector doesnt match — try
.lay-sitetitle a { color: #faf8f7 !important; }for the title and#lay-navigation a { color: #faf8f7 !important; }for the nav.