Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1218499

    Hello everybody
    One question
    How can I change the color of the background for these two areas (red arrows)

    Many thanks in advance

    Kind regards
    Franz

    #1218524

    Hey schweg33,

    You mean the text that is currently green?

    Best regards,
    Jordan Shannon

    #1218537

    Hello Jordan
    no I mean the background at the menu
    same width as the footer

    have now set it back to the footer

    thanks and regards

    #1218584

    Hi,

    I see, add this to quick css:

    #sub_menu1 ul,
    #after_submenu .container{
    background:#ede7dd!important;
    margin:0px -10px!important;
    }

    Best regards,
    Jordan Shannon

    #1218590

    Hello Jordan
    Almost super

    But the ticker is moved to the left?

    Thanks and best regards
    Franz

    #1218603

    Hi,

    Remove the following from the css I gave you:

    margin: 0px -10px!important;

    Best regards,
    Jordan Shannon

    #1218645

    Thanks a lot
    when i remove this (margin: 0px -10px!important;)
    the container in before the ticker has not the right width anymore

    when I insert (max-width: 1030px;)
    the Ticker has the right width

    How can I implement that the menu has the right width
    many thanks

    Kind regards
    Franz

    #1218849

    Hi,

    Add this to quick also:

    .container.av-menu-mobile-active{
    max-width:1030px!important;
    } 

    Best regards,
    Jordan Shannon

    #1218851

    Thank you very much
    Joradan

    That’s a good fit.

    you can close this request

    kind regards
    Franz

    #1218857

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘color menu background’ is closed to new replies.