ARG2808 Posted April 25, 2020 Share Posted April 25, 2020 Newbie to Squarespace and Custom CSS so hopefully someone can help me out. I’m using the Wells template and I’m not a fan of the arrows (next and previous) over top of the image. I came across this custom css which is suppose to have “next/previous” at the bottom left of the image and it “works” when I’m in the Design>Custom CSS menu but disappears with the template arrows re-appearing once I move around my site and re-appears once I re-enter the Custom CSS menu. Any help would be greatly appreciated? .sqs-gallery-controls { background-color: white; padding-top: 25px } .sqs-gallery-controls .previous, .sqs-gallery-controls .next { background-color: transparent; margin-top: 0; padding: 0 !important; line-height: inherit; position: static; } .sqs-gallery-controls .previous:hover, .sqs-gallery-controls .next:hover { background-color: transparent; } .sqs-gallery-controls .previous::before, .sqs-gallery-controls .next::before { color: #2E2E2E; width: inherit; font-size: 10px; font-family: inherit; } .sqs-gallery-controls .previous::before { content: "PREV"; } .sqs-gallery-controls .next::before { content: "NEXT"; } .previous::after { content: "/"; color: #2E2E2E; margin-left: 5px } Link to comment
tuanphan Posted April 25, 2020 Share Posted April 25, 2020 Can you share link to your site? Difficult to check with only code 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
ARG2808 Posted April 29, 2020 Author Share Posted April 29, 2020 Sorry for the late reply haven't had time to work on this. I just set that template with the code as "live" and everything seems to be working correctly. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.