How do I change the Custom Menu Font Color from RED to another color?
Custom Menu Font Color
(2 posts) (2 voices)-
Posted 2 months ago #
-
Hi, I have added the following into Theme Options for Calotropis > custom css this might help you. You need to find the #code for the colours you want. If you just copy and paste this in you will see the changes and then you can adjust as you want for e.g. delete the first line for font size. Hope it helps Regards John
#content {font-size:130%;} /* is just for post and page font increase */
.sidebar a{color:#33f;} /* sidebar links are now blue */
#on,.sidebar a:hover{color: #b00;} /* sidebar link on hover is red*/
.singlepost .entry a {color: #33f /* link color in post now blue #33f */
Posted 2 months ago #
Reply
You must log in to post.