giorgiabbb Posted July 15, 2019 Share Posted July 15, 2019 Looking to increase the line spacing in my About page: http://www.giorgiabrugnoli.com/about-the-fox How can I do that ? thanks ! Link to comment
tuanphan Posted July 15, 2019 Share Posted July 15, 2019 @giorgiabbb div#block-af82ef14228262edf586 h2 { line-height: 30px; } 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
giorgiabbb Posted July 15, 2019 Author Share Posted July 15, 2019 Hi !!! @tuanphan worked perfectly! would you also happen to know how to center the footer All works © Giorgia Brugnoli 2019 on every page ? thanks !!!! Link to comment
giorgiabbb Posted July 15, 2019 Author Share Posted July 15, 2019 Hi !!! @tuanphan worked perfectly! would you also happen to know how to center the footer All works © Giorgia Brugnoli 2019 on every page ? thanks !!!! Link to comment
tuanphan Posted July 15, 2019 Share Posted July 15, 2019 @giorgiabbb footer#footer #footerBlock { width: 100%; text-align: center; } 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
giorgiabbb Posted July 15, 2019 Author Share Posted July 15, 2019 Thank you!!! @tuanphan Also, I just changed something in the About page body copy (switched from Heading 1 to Normal Text) and the code I used before no longer works to fix the line spacing. Would you be able to provide a new code ? thank you for all your help !!! Link to comment
tuanphan Posted July 15, 2019 Share Posted July 15, 2019 @giorgiabbb replace h2 with p 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
giorgiabbb Posted July 15, 2019 Author Share Posted July 15, 2019 Thank you @tuanphan. Worked perfectly. Also, is there a way to keep the footer All works © Giorgia Brugnoli 2019 white on the About page but red hsl(13, 78%, 51%) on the other pages ? thank you thank you thank you !!!! Link to comment
tuanphan Posted July 15, 2019 Share Posted July 15, 2019 @giorgiabbb footer#footer p { color: hsl(13, 78%, 51%); } body#collection-556b28f6e4b03db7843679b5 footer#footer p { color: #fff; } 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
giorgiabbb Posted July 15, 2019 Author Share Posted July 15, 2019 THANK YOU !!! @tuanphan Link to comment
giorgiabbb Posted July 15, 2019 Author Share Posted July 15, 2019 THANK YOU !!! @tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.