[Resolved] Sticky Menu outline color

Home Forums Support [Resolved] Sticky Menu outline color

Home Forums Support Sticky Menu outline color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #661708
    Justin

    Hi there, I’m running the Pivot skin and was wondering if there is a way to remove the faint grey line that underlines the top menu when you scroll down. I’m sure it’s a small CSS change but I can’t seem to find the reference. I was also wondering if there is a way to style the <hr /> to be a solid black instead of the similar light grey.

    Thanks, the theme’s been great!
    -Justin

    #661752
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .sticky-enabled .main-navigation.is_stuck {
        box-shadow: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #661760
    Justin

    Works perfect, thanks Leo

    #661766
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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