eschlump Posted October 8, 2020 Share Posted October 8, 2020 I am currently using the summary block to display blog posts in a list format. The "read more" link in the post excerpt directs you to the blog post but I'd like it to point to the post source URL, like the title does. Is that possible? Thanks everyone! Link to comment
tuanphan Posted October 10, 2020 Share Posted October 10, 2020 Can you share link to page in screenshot? We can check easier. 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
eschlump Posted October 14, 2020 Author Share Posted October 14, 2020 On 10/10/2020 at 4:59 AM, tuanphan said: Can you share link to page in screenshot? We can check easier. Sorry, it was a private site and I just brought it live. https://www.hellocoweta.com/residential This is the page in question. When you click on the "Read More" it directs to the blog post, but I'd rather it point to the source URL. Thanks so much! Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 On 10/14/2020 at 7:40 PM, eschlump said: Sorry, it was a private site and I just brought it live. https://www.hellocoweta.com/residential This is the page in question. When you click on the "Read More" it directs to the blog post, but I'd rather it point to the source URL. Thanks so much! 2 Options O1. You can add text link in Excerpt, then we will give the code to turn text link to Read more button. O2. jQuery, very time consuming to check & need a Business Plan or higher eschlump 1 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
Kate_F Posted November 18, 2020 Share Posted November 18, 2020 Hi, I actually have the same issue. Could you please give the code to turn text link to the button? Link to comment
tuanphan Posted November 18, 2020 Share Posted November 18, 2020 6 hours ago, Kate_F said: Hi, I actually have the same issue. Could you please give the code to turn text link to the button? Can you share link to page where you use summary? We can check code easier 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
Anele0610 Posted September 28, 2021 Share Posted September 28, 2021 On 10/16/2020 at 10:11 AM, tuanphan said: 2 Options O1. You can add text link in Excerpt, then we will give the code to turn text link to Read more button. O2. jQuery, very time consuming to check & need a Business Plan or higher Hey @tuanphan! I managed to make the link text in excerpt a button, but i need to make it change color on hover. Can you help? Im using: .black-bold .blog-excerpt a { color: #f86525; background-color: white; padding-top: 12px; padding-bottom: 12px; padding-left: 30px; padding-right: 30px; } Adding just hover a {color: green !important;} Doesn't work. I cannot give you the link to the website due to privacy, I just need that extra bit of code. Thank you! Anele Link to comment
tuanphan Posted September 30, 2021 Share Posted September 30, 2021 On 9/28/2021 at 8:58 PM, Anele0610 said: Hey @tuanphan! I managed to make the link text in excerpt a button, but i need to make it change color on hover. Can you help? Im using: .black-bold .blog-excerpt a { color: #f86525; background-color: white; padding-top: 12px; padding-bottom: 12px; padding-left: 30px; padding-right: 30px; } Adding just hover a {color: green !important;} Doesn't work. I cannot give you the link to the website due to privacy, I just need that extra bit of code. Thank you! Anele try this code .blog-excerpt a:hover { background: red !important; color: blue !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
Anele0610 Posted October 1, 2021 Share Posted October 1, 2021 Great, that worked perfectly! thanks 🙂 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