Hi I need to change the 'Heading' or Headline font in Avisio. Where can I find this in the CSS?
Change 'Heading' font size
4 posts from 3 voices-
Posted 9 months ago #
-
Hi techsavvychic,
You can change the Heading font in Avisio, inside the WP Dashboard: Avisio Options > Heading Font. You can find its css code in wp-content/themes/avisio/style.css. Hope this helps. :)
Regards,
IsmaelPosted 9 months ago # -
There is no where to change the Heading or Headline font size by using the dashboard that I could see. I understand I can change it in CSS but I need to know what it's called in the CSS file. (ex. .inner-slogan, .big-tilte, .headline
Thanks
Posted 9 months ago # -
You can adjust the headline font sizes in style.css - search for following code:
h1, h2, h3, h4, h5, h6, legend, .sliderheading { font-family: Tahoma,Tahoma,Helvetica; font-weight: normal; letter-spacing: 0.4px; line-height: 1.4em; margin: 0; padding: 0 1px; position: relative; } h1 { clear: both; font-size: 42px; font-weight: normal; } h2 { clear: both; font-size: 38px; font-weight: normal; } h3, legend { clear: both; font-size: 28px; } h4 { clear: both; font-size: 24px; } h5 { clear: both; font-size: 22px; } h6 { clear: both; font-size: 18px; } .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { padding-top: 15px; }and adjust the h1-h6 font size values if required. I'm not sure if you can use the dashboard though (it depends on the configuration - some admins block/restrict the file editor because of security reasons).
Posted 9 months ago #
Reply
You must log in to post.














