- This topic has 1 reply, 2 voices, and was last updated 9 years, 7 months ago by Sakin.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
April 10, 2015 at 3:59 am #55452robertjmParticipant
Hi all,
Using Catch Box (Free) theme and have noticed that the items that drop down from the main menu do not have the same characteristics as the top level does.
Here’s a link to the page in question. The menu I’m trying to get looking the same is at the very top, starting with “Home.”
Thanks!
Robert
April 10, 2015 at 8:44 pm #55494SakinKeymaster@robertjm: Yes, that is the design of the site menu. If you want to make same then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#branding ul.menu ul a { background: #3d3d3d; /* Show a solid color for older browsers */ background: -moz-linear-gradient(#585858, #3d3d3d); background: -o-linear-gradient(#585858, #3d3d3d); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */ background: -webkit-linear-gradient(#585858, #3d3d3d); color: #eee; font-size: 14px; }
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘drop down menu options do NOT have same look as top menu’ is closed to new replies.