rod Posted December 18, 2019 Share Posted December 18, 2019 Hello! I'm working in the Brine template. I'm trying to change the color of the text box for the title and description for images in a slideshow. The default looks like a transparent gray, but I'd like to change it to a custom color. Any tips would be appreciated. I found the code below, but it also changes the transparency of the text as well - .sqs-gallery-block-slideshow .meta .meta-inside { background: #e76120; opacity: 0.2; } Link to comment
tuanphan Posted December 19, 2019 Share Posted December 19, 2019 Can you share site url? 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
rod Posted December 19, 2019 Author Share Posted December 19, 2019 Hi Tuan. I just sent you the info Link to comment
MagneM Posted December 19, 2019 Share Posted December 19, 2019 Hi @rod Skip opacity and replace the background with: background-color: rgba(231, 97, 32, 0.2) Link to comment
rod Posted December 19, 2019 Author Share Posted December 19, 2019 @MagneM And that did it! You're a life saver thank you so much! Link to comment
paisandhaze Posted January 7, 2020 Share Posted January 7, 2020 @MagneM, can you help with code for removing the background banner color completely? I need it to be transparent on the image while the caption text still shows up Link to comment
MagneM Posted January 13, 2020 Share Posted January 13, 2020 On 1/7/2020 at 7:04 PM, paisandhaze said: @MagneM, can you help with code for removing the background banner color completely? I need it to be transparent on the image while the caption text still shows up Hi @paisandhaze You can do this in Site Styles. Watch the video, or scroll down to Step 4:https://support.squarespace.com/hc/en-us/articles/205815278-Changing-colors Link to comment
BlackWidow Posted March 27, 2020 Share Posted March 27, 2020 HI there I'm trying to do the same as asked above. I cannot seem to get rid of the background banner colour all together. It remains a grey box. The template I am using is Rally. If anyone could help me, that would be great. Link to comment
tuanphan Posted March 27, 2020 Share Posted March 27, 2020 16 minutes ago, BlackWidow said: HI there I'm trying to do the same as asked above. I cannot seem to get rid of the background banner colour all together. It remains a grey box. The template I am using is Rally. If anyone could help me, that would be great. Can you share link to your site? 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
BlackWidow Posted April 1, 2020 Share Posted April 1, 2020 Hi Tuanphan Thanks for your help: https://cameronconvey.squarespace.com Link to comment
tuanphan Posted April 1, 2020 Share Posted April 1, 2020 5 hours ago, BlackWidow said: Hi Tuanphan Thanks for your help: https://cameronconvey.squarespace.com password: CConvey2020! Add to Home > Design > Custom CSS .sqs-gallery-block-slideshow .meta {background-color: red !important;} 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.