Wondershock
-
Posts
3 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Posts posted by Wondershock
-
-
Hello! Thank you for responding! My page isn't public yet, but here's an identical example page (since I'm using Flatiron and haven't implemented other custom code):
https://flatiron-demo.squarespace.com/#/iii-flatiron/
The buttons on the right side of the screen, the "<" and ">" square buttons I'd like to change, if possible, with custom CSS code.
-
Hello! I'm using the Flatiron template and changing the background color of my site.
When I change the background color, I'm finding that it clashes with the white "<" and ">" square buttons on gallery pages.
Has anyone developed custom CSS for changing these buttons' color, size, or even visibility?
Thanks in advance for any info anyone has.
Flatiron Template, gallery: is there custom CSS for changing the color/size/visibility of navigation < and > buttons?
in Customize with code
Posted · Edited by Wondershock
Thanks for the reply! And thanks for the code—but do you have code to change the fills behind the buttons? My goal is to make them invisible, or at least have control over the fill color.
Edit: nevermind—I figured out how to do what I wanted to do:
.projectPrev:before {
background: black;
color: red !important;
font-size: 15px;
}
Thank you so much for the info! I really appreciate it. Have a wonderful day.