Changing texts from yellow
- The topic ‘Changing texts from yellow’ is closed to new replies.
Need help? Check out our Support site, then
Hey,
I just applied this theme and love it, but I’m struggling to find the right CSS code to change all the yellow bits. (category, comments, subscribe box). I’ve had a look through these forums and can’t pin it down. Can you help?
Looking to have them my colour #53435a :) And also, is it possible to change the black box in sidebar to white?
Thanks in advance.
The blog is ahyggeescape.com
The blog I need help with is: (visible only to logged in users)
Actually, I’m good with the black boxes in sidebar! thanks!
Great!
I still need help with changin all the yellow please?!
Hi,
try this
.entry-meta a,a:hover, a:focus, a:active{color:blue;}
in your custom CSS box under Customize-▸Additional CSS replace blue with the color of your preference
Let me know if this worked for you.
Thanks so much, that worked a treat. Only thing that’s still yellow is the menu block in tablet and phone mode – do you have the magic code for that?
Thanks again
Yes!
Try this
button, input[type=button], input[type=reset], input[type=submit] {
background-color: blue;
}
in your custom CSS box under Customize-▸Additional CSS
Let me know if this worked for you.
That worked! Thanks for you help :)
Let me know if you need additional help with this.