Eliahu1570048748 Posted October 29, 2019 Posted October 29, 2019 Hi all,I'm working in the following website page:https://hqwebsitestudy.squarespace.com/home/jamdPassword: 12345678 I'd like to know if it's possible to replace the blue arrow that indicates the next post for a blue circle. I've uploaded a bluecircle.png icon on css custom files but haven't found a way to replace the svg.next-icon for the new asset. If so, what code injection can help me achieve this result for both Next (right) and Previous (left) arrows?Thanks in advance,Eliahu
tuanphan Posted January 29, 2020 Posted January 29, 2020 add to Home > Design > Custom CSS .blog-item-label svg { display: none; } .blog-item-label { background-image: url(https://beaverhero.com/wp-content/uploads/2019/06/trees-3464777_640-min.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.