oswaldtay Posted April 16, 2020 Share Posted April 16, 2020 I would like to add a down arrow to the homepage of the website that I edit, and only that page. I found this code online, and when I plugged it into the CSS editor, it worked for all pages, but I want to know how to make it specific to the homepage banner. .banner-thumbnail-wrapper:after { content: "\e02d"; display: inline-block; position: absolute; z-index: 100; color: #fff; width: 100%; text-align: center; font-family: 'squarespace-ui-font'; transform: rotate(90deg); cursor: pointer; font-style: normal; -webkit-font-smoothing: antialiased; font-size: 32px; margin-top: 100px; } Link to comment
tuanphan Posted April 16, 2020 Share Posted April 16, 2020 Use this code .homepage .banner-thumbnail-wrapper:after { content: "\e02d"; display: inline-block; position: absolute; z-index: 100; color: #fff; width: 100%; text-align: center; font-family: 'squarespace-ui-font'; transform: rotate(90deg); cursor: pointer; font-style: normal; -webkit-font-smoothing: antialiased; font-size: 32px; margin-top: 100px; } 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
oswaldtay Posted April 22, 2020 Author Share Posted April 22, 2020 How would I do it if I have a scrolling banner on the homepage? Link to comment
tuanphan Posted April 24, 2020 Share Posted April 24, 2020 On 4/22/2020 at 10:47 PM, oswaldtay said: How would I do it if I have a scrolling banner on the homepage? Can you take screenshot scrolling banner? 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
Archived
This topic is now archived and is closed to further replies.