Tagged: x
-
AuthorPosts
-
March 22, 2016 at 7:01 pm #848752
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 š
March 22, 2016 at 7:01 pm #848753This reply has been marked as private.March 22, 2016 at 10:05 pm #848932Hello 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
March 22, 2016 at 10:09 pm #848936This reply has been marked as private.March 22, 2016 at 10:22 pm #848945The 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
March 22, 2016 at 11:11 pm #848987Please add the code below in your Appearance > Customize > Custom > CSS
.vc_tta-container h2 { font-size: 20px }
Hope that helps. š
-
AuthorPosts