mb_architecture Posted June 9, 2013 Share Posted June 9, 2013 Hi,Has anyone created any CSS for changing the size, color, or background color of the control arrows in the Ishimoto gallery?Thanks in advance,MB_arch Link to comment
Guest Posted April 18, 2014 Share Posted April 18, 2014 Hi! I see you have the arrows working on your site. Can you share your css and footer code please? It will be a huge help! Thanks! Link to comment
Ben Malt Posted May 3, 2014 Share Posted May 3, 2014 Ahoi, Here is the Costom CSS code for the Gallery.If you want to change the color or transparency just ad the code and change the following line. background: rgba(0, 0, 0, .5); Ben CODE FOR ARROWS .collection-type-gallery.gallery-controls-arrows .gallery-controls .gallery-next,.collection-type-gallery.gallery-controls-arrows .gallery-controls .gallery-prev { position: absolute; top: 50%; margin-top: -30px; width: 42px; height: 60px; line-height: 60px; font-size: 20px; background: rgba(0, 0, 0, .5); color: #fff; vertical-align: middle; text-align: center; font-weight: normal; font-style: normal; font-family: 'squarespace-ui-font'; speak: none; -webkit-font-smoothing: antialiased; -webkit-transition: all 100ms cubic-bezier(.25, .46, .45, .94); -moz-transition: all 100ms cubic-bezier(.25, .46, .45, .94); -ms-transition: all 100ms cubic-bezier(.25, .46, .45, .94); -o-transition: all 100ms cubic-bezier(.25, .46, .45, .94); transition: all 100ms cubic-bezier(.25, .46, .45, .94);} Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.