Okay
  Public Ticket #2595529
Menu text opacity
Closed

Comments

  • dropc_ started the conversation

    Hi there,

    I'm having some issue with my menu text opacity. It has 0.75  opacity and 1 when hover. I want it the opposite, from 1 to 0.75 or permanent 1.

    Can't find it on child theme's options and custom CSS is not working. I attach some screenshots.


    Thank you very much!

  •  2,963
    Andrew replied

    Hi there,

    Use the following custom css in Salient > General settings > CSS/Script related:

    #header-outer.transparent .slide-out-widget-area-toggle a i.label {
        opacity: 1;
    }
    #header-outer.transparent .slide-out-widget-area-toggle a:hover i.label {
        opacity: .75;
    }
    

    Hope this helps.

  • dropc_ replied

    Thank you Andrew! You solved it in a moment! Appreciated :D

  • John replied

    Hi, I have the same problem I add the custom CSS to CSS/Script but nothing. I found also the CSS on the theme editor, I changed it from 0.75 to 1 but after some minutes is again 0.75! any suggestion?

    Thank you 

  •  2,963
    Andrew replied

    Hi John,

    Please send your website url so that we can provide a possible css.

    Thanks.