EMpyreanArtCo Posted February 1, 2020 Share 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. Link to comment
tuanphan Posted February 1, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Rosalind Posted July 8, 2020 Share 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!! Link to comment
tuanphan Posted July 8, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Rosalind Posted July 8, 2020 Share 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? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.