Guest Posted April 6, 2022 Share Posted April 6, 2022 I am working on an events page for my website. Each event has a link to a map of the location of the event. I want the (map) link to be a different color so that it is easier for people to identify that it is a link. I am unable to change the font color of this link without changing the whole page format. I would need this change to be for every event on the site not just one specifically. I’ve attached photos for reference because I am unable to share the site link. Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 Hi, Add to Design > Custom CSS /* event map link */ a.eventitem-meta-address-maplink { color: #f1f; } 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
Guest Posted April 12, 2022 Share Posted April 12, 2022 On 4/9/2022 at 8:27 PM, tuanphan said: Hi, Add to Design > Custom CSS /* event map link */ a.eventitem-meta-address-maplink { color: #f1f; } Hello, Thank you so much for the help! I’m wondering if it is possible to display this on the actually events page as well. The format is pretty much the same as the actual events description. (Screenshot attached for reference). thanks again! Link to comment
tuanphan Posted April 13, 2022 Share Posted April 13, 2022 12 hours ago, CarterW23 said: Hello, Thank you so much for the help! I’m wondering if it is possible to display this on the actually events page as well. The format is pretty much the same as the actual events description. (Screenshot attached for reference). thanks again! You mean change map link on Event List 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment