Help changing Site Title color using CSS
-
Hi, I need help changing my site title color of my website. The site in question is https://shorelineminiaussies.com/.
The theme I am using is called “The Gateway Theme.” I have searched around the forums but none of the code I have found works. Appreciate any help.
The blog I need help with is: (visible only to logged in users)
-
Hi there, I looked at the CSS you had entered, and we need to be a bit more specific on the CSS selector, targeting the “a” element. Replace what you have with the following.
.site-title a { color: #ffffff !important; }There was also a typo in your color It should be #ffffff (6 f’s for white). You could also use the color name of “white” if you wished.
-
-
- The topic ‘Help changing Site Title color using CSS’ is closed to new replies.