EMpyreanArtCo Posted February 1, 2020 Posted February 1, 2020 Site URL: https://lifedeeperstill.com/blog My site is lifedeeperstill.squarespace.com I have inserted an 'Archive' block in the blog page (https://lifedeeperstill.com/blog) but I want to change the 'Category title' within the 'Archive' Block to an H3 tag format. Any help with CSS code for this will be highly appreciated. Thanks.
tuanphan Posted February 1, 2020 Posted February 1, 2020 CSS can change title style (color, size, font family....) but it can't change tag (eg: h4 to h2, h2 to h3,..) Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Rosalind Posted July 8, 2020 Posted July 8, 2020 any help appreciated, I used the following code ul.archive-group-list * { font-size: 80%; } to try and make the archive block text smaller - it worked fine except for the headings (category names). It is an index archive of blog posts by category. Does anyone know how i can make the headings smaller also? Thank you!!
tuanphan Posted July 8, 2020 Posted July 8, 2020 1 minute ago, Rosalind said: any help appreciated, I used the following code ul.archive-group-list * { font-size: 80%; } to try and make the archive block text smaller - it worked fine except for the headings (category names). It is an index archive of blog posts by category. Does anyone know how i can make the headings smaller also? Thank you!! try font-size: 80% !important; Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Rosalind Posted July 8, 2020 Posted July 8, 2020 wow, that actually worked, thank you so so much! Do you also know how to reduce the spacing after each heading?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.