Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #848752

    Horizon
    Participant

    Hi

    I’ve tried a few codes from the forums to reduce my Accordion title size but i’ve not had any luck, how can i do this?

    Also i’ve noticed when clicking each Accordion Sector its a bit gltichy (the screen moves up and down for a second) can this be fixed?

    Thanks šŸ™‚

    #848753

    Horizon
    Participant
    This reply has been marked as private.
    #848932

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    1) To change font size you can add this under Custom > CSS in the Customizer:

    span.vc_tta-title-text {
        font-size: 20px;
    }

    2) I’d like to check your setup. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #848936

    Horizon
    Participant
    This reply has been marked as private.
    #848945

    Horizon
    Participant

    The code you supplied changes the font for each sector title, its the main title “About our Start up Packages” which i need to reduce,

    thanks again

    #848987

    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > CSS

    .vc_tta-container h2 {
        font-size: 20px
    }

    Hope that helps. šŸ™‚