Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #460734

    where and how can i change the size and the background color and the font color of the 2nd top menu? http://i.imgur.com/kUijJXy.jpg

    #461267

    Hi alfaweb2!

    Please add following code to Quick CSS

    #header_meta, #header_meta .container {
      min-height: 25px;
    background-color: black;
    }
    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    color: red !important;
    }

    Regards,
    Yigit

    #461308
    This reply has been marked as private.
    #461319

    Hi!

    Please add following code to Quick CSS

    .html_header_top.html_header_sticky #top #wrap_all #main {
      padding-top: 64px;
    }

    Cheers!
    Yigit

    #461327

    No. Sorry no effect.

    #461333

    Hey!

    Try adding !important rule as following

    .html_header_top.html_header_sticky #top #wrap_all #main {
      padding-top: 64px !important;
    }

    Best regards,
    Yigit

    #461347

    Better ! Nearly gone! THANK YOU! Greetings from vienna, Alexander

    View post on imgur.com

    #461355

    Hey!

    Please adjust 64px and make it smaller.

    Cheers!
    Yigit

    #461387

    CLOSED.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘change high of 2nd main menu – top menu’ is closed to new replies.