Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter milocode

    (@milocode)

    also do you have button styles in css? I need button in nav ??

    Theme Author Dario Devcic

    (@dariodev)

    To get sticky header try adding following CSS in the Customizer -> Additional CSS
    .site-header {
    position: fixed;
    width: 100%;
    }
    #main {
    padding-top: 90px;
    }

    Sticky footer – this is more complicated, I must check through.

    Theme Author Dario Devcic

    (@dariodev)

    If you need button in the main navigation (like Download button in Themelia demo):
    – add “cta” class to menu item. additional optional classes “br-pill” if you want rounded corners, “shadow-0” to remove shadow. for different styles add one of the following “info, success, primary, secondary, dark, warning, danger”.

    See all styles here https://github.com/dariodev/themelia/blob/master/style.css#L1200

    Check the screenshot how to add classes https://imgur.com/a/FS9AL

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sticky nav and footer?’ is closed to new replies.