dreyahbohlen Posted September 15, 2022 Share Posted September 15, 2022 Does anyone know how to get rid of the grey box behind the white arrows on the Slideshow Gallery Block in 7.1 and then change the arrow colors to black? Any code or insight would be greatly appreciated! 🙂 I've attached a picture for reference! Thanks! www.dreyahbohlen.comInstagram | Facebook | TikTokBuy Me A Coffee Link to comment
creedon Posted September 15, 2022 Share Posted September 15, 2022 Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
dreyahbohlen Posted September 16, 2022 Author Share Posted September 16, 2022 The website is live now! It is luminocityfestival.com www.dreyahbohlen.comInstagram | Facebook | TikTokBuy Me A Coffee Link to comment
Solution Web_Solutions Posted September 16, 2022 Solution Share Posted September 16, 2022 20 hours ago, dreyahb said: Does anyone know how to get rid of the grey box behind the white arrows on the Slideshow Gallery Block in 7.1 and then change the arrow colors to black? Any code or insight would be greatly appreciated! 🙂 I've attached a picture for reference! Thanks! Here is the code for change color. I have add green color. You add any color code that you like. You can also add rgba color code like rgba(0, 128, 0, 80%) [data-section-id="631a5d35bbffb651d0f1133c"] { .sqs-gallery-controls a{ background-color: green !important; } }  Create_Job 1 Link to comment
dreyahbohlen Posted September 16, 2022 Author Share Posted September 16, 2022 5 minutes ago, Web_Solutions said: Here is the code for change color. I have add green color. You add any color code that you like. You can also add rgba color code like rgba(0, 128, 0, 80%) [data-section-id="631a5d35bbffb651d0f1133c"] { .sqs-gallery-controls a{ background-color: green !important; } }  It worked!! Thank you! Do you happen to know how to change the arrow color as well? www.dreyahbohlen.comInstagram | Facebook | TikTokBuy Me A Coffee Link to comment
Web_Solutions Posted September 16, 2022 Share Posted September 16, 2022 2 minutes ago, dreyahb said: It worked!! Thank you! Do you happen to know how to change the arrow color as well? Yes. [data-section-id="631a5d35bbffb651d0f1133c"] { .sqs-gallery-controls a{ background-color: green !important; } // icon color .sqs-gallery-controls a:before{ color: red !important; } }  Create_Job and dreyahbohlen 2 Link to comment
dreyahbohlen Posted September 16, 2022 Author Share Posted September 16, 2022 It worked! Thank you so much @Web_Solutions!!!! www.dreyahbohlen.comInstagram | Facebook | TikTokBuy Me A Coffee Link to comment
Web_Solutions Posted September 16, 2022 Share Posted September 16, 2022 2 minutes ago, dreyahb said: It worked! Thank you so much @Web_Solutions!!!! You're welcome! Create_Job 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment