Tonal ~ Background Menu Color
-
http://escortinternetdesign.co
I’m trying to change the color of the background menu to #ffb6c1 -
Hi gkozlinski,
Have you purchased the Custom Design add on for your blog?
If you did I believe the custom css you would need to add would be
#menu-block { background: #ffb6c1; } -
Hi, you may have to include the !important attribute on the above code that @sandymcfadden gave such as this:
#menu-block { background: #ffb6c1 !important; } -
- The topic ‘Tonal ~ Background Menu Color’ is closed to new replies.