Okay
  Public Ticket #318753
Toggle Open Upon Page Load & Toggle Text Centering
Closed

Comments

  • Matt started the conversation

    I already changed the JS using the lines of JS you recommended in this post to have my toggles open upon page load, and it stuck for a bit. However, it has somehow reverted to it's previous ways.

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .toggle h3 a {
        text-align: center;
        padding: 14px !important;
    }
    
    
    html body .toggle h3 a i {
        display: none !important;
    }
    
    I am not aware of any hack that would make it open all of them. Please consider hiring a freelance dev if you really need it. 
    Thanks 


    ThemeNectar Support Team