Sticky Menu does not change with CSS

Support Forums for LiveMesh Themes & Plugins Forums Enigmatic Theme Support Sticky Menu does not change with CSS

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #29525
    Per Olof Olsson
    Participant

    I have tried your suggest to change the
    height of the sticky menu but it does not work.

    And I cant even find a div called sticky-menu-container
    and if I set the CSS for that nothing happens ??

    See this site https://home.explizit.se where
    I want the sticky menu to get smaller and optionally
    even with opacity.

    I have tried this
    #sticky-menu-container { padding-top: 10px; padding-bottom: 10px;} /* Decreasing or increasing top/bottom padding will decrease or increase the height of the sticky menu respectively. */

    #29532
    Veena
    Moderator

    Can you pls try this in themeoptions > custom CSS –

    #sticky-menu-area-wrap {
        padding: 0;
    }
    
    #29534
    Per Olof Olsson
    Participant

    That worked, thanks.
    But if I want to resize the text, change color etc.
    How to do that ?

    #29541
    Veena
    Moderator

    Which text you need to change? Can you pls clarify?

    #29543
    Per Olof Olsson
    Participant

    It is the meny text I want to change, color and zise in the
    sticky menu.

    #29548
    Veena
    Moderator

    Pls use the below custom CSS –

    #sticky-menu > ul.menu > li > a {
        color: #000;
        font-size: 14px !important;
    }
    #sticky-menu > ul.menu > li > a:hover {
        color: #ddd;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.