Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #451734

    Hi there – i created a secondary / top menu for the “parent” website of this new newspaper website design. the main navigation is for the newspaper site, while the secondary/top menu is for the parent site.

    Unfortunately, advanced options does not allow for changing the font size nor position of the secondary/top menu. I’m hoping you can help.

    what i need is this:

    1. ability to change the font size of the top/secondary menu
    2. ability to remove the separators between nav elements in the top/secondary menu
    3. ability to adjust the left/right and top/bottom position of the top/secondary menu – right now, it’s too far right and too close to the top – i’d like to drop it down and move it to the left a bit

    thanks so much – please see the link to see what i’m talking about.

    #451744

    Hey charger70!

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

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
      font-size: 14px;
    }
    #top .sub_menu>ul, #top .sub_menu>ul>li {
    border: none !important;
    }
    .av_secondary_right .sub_menu {
      margin-top: 10px;
      margin-right: 10px;
    }

    Best regards,
    Yigit

    #451756

    yigit YOU ROCK! thank you for the quick reply, my friend!!!

    jim

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adjusting the secondary/top menu font size, position and removing separators’ is closed to new replies.