rokgiyeon Posted July 10, 2019 Share Posted July 10, 2019 I'm helping a client update her site and we are trying to put text links on the home page. I would like them to be the larger size and font face of the site's H1 style, but instead, as soon as I add a link to the text, it changes to a different font and size. I've had no luck in CSS or anywhere else yet. Is there a way to custom style links? Link to comment
tuanphan Posted July 10, 2019 Share Posted July 10, 2019 @rokgiyeon Can you provide Template Name or Site URL? 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!) Link to comment
rokgiyeon Posted July 10, 2019 Author Share Posted July 10, 2019 @tuanphan Thanks for trying to help! Sorry, I forgot to include that. The template is Avenue. I don't feel right giving out her URL, but hopefully the template info is enough? I do most of my work in WordPress, so I'm a little new to CSS and similar in Squarespace. Link to comment
tuanphan Posted July 11, 2019 Share Posted July 11, 2019 @rokgiyeon Without Site URL, you can try CSS. It will better if you can provide site url. h1 a { font-size: 20px !important; } or a h1 { font-size: 20px !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!) Link to comment
rokgiyeon Posted July 11, 2019 Author Share Posted July 11, 2019 @tuanphan Thank you! I didn't realize the h1 was necessary in front of the "a". Everything is modifying beautifully now. Thanks again! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.