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

    I am building a site for my client. They want a top menu that I developed using the standard menu setting. In addition they require a second menu above the Advanced Layerslider. I have tried to get the Fullwidth Sub Menu from Content Elements to achieve this but to no avail. I built a Button Row over a Color Section which partially achieved the “look” but is not responsive for mobile usage.
    Any assistance to achieve this would be greatly appreciated.

    Kevin

    #1034134

    Hey bluerhinocreative,

    Could you please attach a mockup of what you’re trying to achieve?

    What do you mean, you cannot put the fullwidth submenu over the Layer Slider?

    Best regards,
    Victoria

    #1034147
    This reply has been marked as private.
    #1034578
    This reply has been marked as private.
    #1035057

    Hi,

    What is the issue with the full width sub menu element? Do you want to change the colors? You can try these css codes.

    .av-submenu-container {
        background: #144a8b;
        border-bottom: 0;
    }
    
    .main_color .av-subnav-menu a {
        background: #144a8b;
        color: #ffffff;
    }

    Best regards,
    Ismael

    #1035761

    The CSS Code works beautifully but the links do not have roll-over actions and do not link to pages specified??? What am I doing wrong?

    Kevin

    #1035973

    Hi,

    The menu items are working properly on my end. What do you mean by “roll-over”? You can use this css code to change the hover state color.

    .main_color .av-subnav-menu a:hover {
       color: red;
    }

    Best regards,
    Ismael

    #1036205

    Thank you Ismael!

    Yes, our emails must have crossed. I have only one more CSS question. In the socket, you will notice that the menu items are boxed in white. When I change the colors in the general styling area I can change the white to red but then the “Design: Blue Rhino Creative | Login” also tuns to red…

    Is there a css to change just the socket menu?

    Kevin

    #1036227

    Got it….

    Thanks

    #1036543

    Hi bluerhinocreative,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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