Okay
  Public Ticket #2245551
Rounded Toggles
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi. Is it possible to have slightly rounded toggles that will match how nectar buttons look?

    Thanks

  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  21
  •  8,992
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    div[data-style="default"] .toggle h3 a, div[data-style="default"] .toggle h3 {
        border-radius: 10px !important;
    }
    body .toggle>div {
        border-radius: 10px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    Thanks works lovely.

  •  3,023
    Andrew replied

    Hi Sanjay,

    Glad we could help!

    Cheers!