Okay
  Public Ticket #2122150
Salient
Closed

Comments

  • Ginetta George started the conversation

    Hi

    We have installed the Salient-business demo, which we like. However we really like how the Salient-Minimal-Portfolio treats the menu, with the small bar that flashes underneath.

    Is there a way of setting so that it underlines with a slim bar rather than the thick bar that the business demo has please?  

  •   Andrew replied privately
  • Ginetta George replied

    Hi, I have sent this to you. Can you help?

  •  3,024
    Andrew replied

    Hi Ginetta,

    You have not sent any link to your website. Try the following custom css:

    @media only screen and (min-width: 1000px) {
        #header-outer[data-lhe="animated_underline"].transparent #top nav > ul > li > a:after, #header-outer.transparent #top nav>ul>li[class*="button_bordered"]>a:before {
        border: 1px solid !important;
    }
    }
    

    Thanks.