In Avisio Theme, how/where do I change the font size for the Additional Page/Post Options "Additional Headline". I've changed the size for all the h1-hx headlines in style.css, but none of them affect the text in the Additional Headline area of the page/post.
Thanks!
Change font size in Additional Headline for Additional Page/Post Options
6 posts from 2 voices-
Posted 2 years ago #
-
Hey,
the additional headlines have the style of h2 headlines so search following code in style.css
h2{ font-size:38px; clear:both; font-weight:normal; }and change 38px to any value you like.
Posted 2 years ago # -
Hey Dude,
That's actually what I tried first, and it did not change the size in the additional headings on each page. Is there someplace else that also needs to be changed?Thanks! Mertzsor
Posted 2 years ago # -
Hey I just saw that there's a special definition for the additional headline - open style.css and find:
.wrapper_heading h2{ font-size: 34px; padding:0; margin:0 0 0 5px; }Change 34px to any value you like.
Posted 2 years ago # -
Worked great! Thanks so much!
Posted 2 years ago # -
Glad that I could help you.
Posted 2 years ago #
Reply
You must log in to post.














