Okay
  Public Ticket #2164128
Toggle
Closed

Comments

  • Serifadigital started the conversation

    Hi!

    How can i remove the background from the title of each topic of the toggle and the lines around the text when its open?

    Thanks

  •  3,023
    Andrew replied

    Hi there,

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

    body .toggle >div {
        box-shadow: none;
    }
    .toggle.default.open a {
        background: green !important;
    }
    

    Hope this helps.