Okay
  Public Ticket #2565350
about theme
Closed

Comments

  • logonal started the conversation


    hello I want to make the toogle color white, but I am also experiencing color-related distortions in the main menu. I just want to change the color of the transition menu.pls help..

  •  2,965
    Andrew replied

    Hi there,

    Use the following custom css in Salient > General settings > CSS/Script related to make the color of text white in toggle panels.

    body div[data-style*="minimal"] .toggle.open h3 a, body div[data-style*="minimal"] .toggle h3 a {
        color: white;
    }
    

    Can you share the screenshot of the distortion you mention in the header. It looks okay on our end

    5981119448.png


    Hope this helps.

  • logonal replied

    Hello Andrew thans a lot :)