Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1320705

    Dear Kriesi Team,

    I am aiming towards a menu structure with several sub-menue items and facing the demand of having a „background and style (font color) change“ bahaviour at my sub-menue was well as it is on the main menue when scrolling down:

    Screenshot 1: No Scrolling applied, Quick CSS in General Styling:

    .header_color .main_menu .menu ul li a, .header_color .main_menu ul ul {
    border-color: rgba(255,255,255,0.25) !important;
    border-top-color: transparent !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    z-index: 1;
    color: #f8f8f8 !important;
    background-color: rgba(255, 255, 255, 0.07) !important;
    }
    Main & Sub-Menue not Scrolled

    Screenshot 2: When Scrolling is applied, the Problem comes up -> it does not change to colors and styles as the main menue does

    Main & Sub-Menue Scrolled with different Styles

    Question: How can i change this behaviour, that the sub menue is behaving as the main menue, with transparent background etc.?

    Thank you very much for your support and best regards,

    Alex

    #1320837

    Hi Alex,

    It’s likely since you are using !important in your CSS, could you try to remove that part for the background for example? If you need further help, then please post a link to where we can see the actual elements on your site.

    Best regards,
    Rikard

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