I need some easy help with wordpress. I have this site: discoverus.us/samplethree/ I need to make the sections How it Works Affordability Gallery Tour to be different colors. By default the theme uses one color for all, but I need to make them each a different color. Make $5 quick via Paypal! PM me!
Hi, I can do this for you. We need to assign an unique identifier for each of the 3 links in the menu. Then make the change in the following css code Also we need to change the color for the background image. http://discoverus.us/samplethree/wp-content/themes/Architect/images/hp-blue.png http://discoverus.us/samplethree/wp-content/themes/Architect/images/hp-newblue.png #homepageleft ul li a { background: #FFFFFF url(images/hp-blue.png); width: 222px; height: 70px; display: block; color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Tahoma; font-weight: normal; padding: 15px 0px 0px 40px; margin: 0px; text-decoration: none; } #homepageleft ul li a:hover { background: #FFFFFF url(images/hp-newblue.png); color: #FFFFFF; }