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

    Hello!
    I have some issues with the menu items seperator/divider. i have choosen the boxed-layout with the logo on top and the navigation at the bottom. Since i did that, my menu items are seperated/divided by 1px white borders. Please tell me what to do to get rid of them, i don´t want those lines at all.

    Second question – can you tell me where i can set the menu item color/size for the main navigation in boxed mode? it seems that the changes i make in the theme settings have no effect – please drop me a css line with the parameters.

    Third and last questions – how can i increase the line height of the headlines in the icon box?

    Keep up the great work! Your theme is awesome!
    Regards, Juergen

    #344167

    Hi querflug!

    Please add following code to Quick CSS

    .iconbox .iconbox_content .iconbox_content_title { line-height: 25px; }
    .av-main-nav > li > a { border: none!important; }

    and changes i mage in Enfold theme options > Advanced Styling took affect. Please make sure to flush browser cache and refresh your page a few times

    Cheers!
    Yigit

    #362774

    Hello again!
    Thanks for the help!
    I have one, last issue – there is still a white line above the menu – can you please tell me how
    to get rid of this line aswell?
    Thanks in advance,
    juergen

    #362871

    Hi!

    Please add following code to Quick CSS as well

    div#header_main_alternate {
    border: none!important;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.