Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #179881

    Forgive me if this is elsewhere as I couldn’t see it.

    I need to increase the size of the menu type. I spotted this code for another theme and applied it to quick.css but didn’t seem to make any difference.

    #menu_container a {
    font-size: 18px !important;
    }

    Also the non active menu headings appear to be about 80% opacity how do I make them 100% white the same as the selected menu item? Tried editing the colours but with no results.

    Finally for now. Is there any way to change the colour of the header and icon in the iconbox?

    New to this theme as you may of noticed.

    #179957

    Hey smithds!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .main_menu ul:first-child > li > a { font-size: 15px; color: white!important; }
    .main_color.iconbox_top .iconbox_icon { background-color: green; color: red; border-color: blue; }

    Cheers!
    Yigit

    #180155

    Thanks menu was perfect. The icon box is still showing a black icon and black text. The icon on the builder (left side of screengrab) is what I’m after. Thanks
    [IMG]http://i43.tinypic.com/14cyaew.png[/IMG]
    http://tinypic.com/r/14cyaew/5

    #180293

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .iconbox_icon { color: red!important; }
    .iconbox .iconbox_content .iconbox_content_title { color: green; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu type size and colour’ is closed to new replies.