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

    Hello,

    I updated the color of the top bar widget under theme editor (child theme) as per https://kriesi.at/documentation/enfold/example-of-a-notification-bar-on-top/ and now it doesn’t scroll away when the page is scrolled.

    Just for clarity: I want the header (white) and the submenu (green) to remain on the scroll but I want the crisis notification to disappear once the user scrolls.

    Thanks!
    Em

    #1306968

    Hey Em,

    Thanks for contacting us!

    You could actually go to Enfold theme options > Header > Extra Elements and insert your text as “small info text”, go to Enfold theme options > Header > Header Behaviour and check “Unstick topbar” and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling > Quick CSS

    #top .phone-info {
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    Then finally go to Enfold theme options > Advanced Styling > edit “Small bar above Main Menu” and set background and set text colors :)

    Best regards,
    Yigit

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