Okay
  Public Ticket #2540528
Accordion Icon
Closed

Comments

  •  2
    fareeboy12 started the conversation

    Hey, I am figuring out a way to vertically center the plus/minus icon in accordions. Can you please help me with that?

  •  8,851
    Tahir replied

    Hey Again,

    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):

    .toggle h3 a i {
        top: 50%;
        transform: translateY(-50%);
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    fareeboy12 replied

    It worked, thanks!