Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #55452
    robertjm
    Participant

    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

    #55494
    Sakin
    Keymaster

    @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;
    }
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.