Okay
  Public Ticket #1020943
Toggle Accordian
Closed

Comments

  •  2
    Hallie started the conversation

    I am trying to make our toggle accordion font larger. I have put codes into the css as you mentioned in previous posts, but it is not working for me. 

    Another problem I have had is with the post carousel, every time I try to put it into a page, when I go to preview it, the entire page is blank and the loading symbol is there. 

    Any suggestions on what could be going wrong? I am not a developer, but am learning a lot as I go. Your theme has been very easy to work with and user friendly! 

  •  8,998
    Tahir replied

    Hey Hallie, 

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

    Thanks


    ThemeNectar Support Team 

  •  2
  •  8,998
    Tahir replied

    Hey Hallie,

    Try turning off the Page Transitions In Salient Theme Options Panel . Also check for console errors: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div[data-style="default"] .toggle h3 a, div[data-style="default"] .toggle h3 {
        font-size: 16px!important;
        line-height: 16px!important;
    }

    Thanks


    ThemeNectar Support Team