edrobertson Posted August 23, 2022 Share Posted August 23, 2022 (edited) Site URL: https://katie-remond.squarespace.com Hi everyone I'm currently building a website and would like to add my clients strava profile link to both the header and footer of her website. Ideally have the strava icon replacing the 'link' icon that is used now when adding a customised link How would I go about doing this? Does someone have a guide? Thanks Ed P.S Website details below https://www.katieremond.com Edited August 24, 2022 by edrobertson Link to comment
tuanphan Posted August 25, 2022 Share Posted August 25, 2022 Add to Design > Custom CSS. Replace pixabay image with strava image url header#header .icon[href*="strava"] svg, footer.sections a.sqs-svg-icon--wrapper.url[href*="strava"] svg{ display: none; } header#header .icon[href*="strava"], footer.sections a.sqs-svg-icon--wrapper.url[href*="strava"] { background-image: url(https://cdn.pixabay.com/photo/2022/04/13/04/57/woman-7129432__480.jpg); background-size: cover; background-repeat: no-repeat; background-position: Center center; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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