Jefferson0123 Posted December 22, 2023 Share Posted December 22, 2023 I would like to make the blog page 'Read more' hyperlinked text consistent style wise with the rest of the website's hyperlinks. The first screenshot shows how I'd like all blog post 'Read more' hyperlinks to look like vs how they currently look. I've already had nice CSS code set up so when links are hovered over you get a cool highlight effect. I'd like to do the same for all 'Read more' links for each blog within the blog section of the website. Help would be greatly appreciated. Link to comment
tuanphan Posted December 24, 2023 Share Posted December 24, 2023 Can you share link to blog page? 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
Jefferson0123 Posted December 24, 2023 Author Share Posted December 24, 2023 Hi, thanks for taking a look. The weblink is https://www.owenkenny.com/blog Link to comment
Solution tuanphan Posted December 26, 2023 Solution Share Posted December 26, 2023 On 12/24/2023 at 5:30 PM, Jefferson0123 said: Hi, thanks for taking a look. The weblink is https://www.owenkenny.com/blog Add this code to Website Tools (under Not Linked) > Custom CSS a.blog-more-link:hover { box-shadow: inset 0 -12px 0 0 rgba(125,181,96,.5) !important; transition: all 0.3s ease; } 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
Jefferson0123 Posted December 26, 2023 Author Share Posted December 26, 2023 That worked. Thank you so much! tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment