Leslie1570048145 Posted October 12, 2021 Posted October 12, 2021 Site URL: http://www.gastingerwalker.com/ I am wanting to change the color of the overlay box from black to white and the text color from white to blue.
tuanphan Posted October 15, 2021 Posted October 15, 2021 On 10/13/2021 at 5:03 AM, Leslie1570048145 said: Site URL: http://www.gastingerwalker.com/ I am wanting to change the color of the overlay box from black to white and the text color from white to blue. Hi, Where is caption overlay? I don't see it on homepage Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Leslie1570048145 Posted November 18, 2021 Author Posted November 18, 2021 I am so sorry I am just now responding. Our website updates took a back seat for a little bit. http://www.gastingerwalker.com/work when you hover over an image square a black bar comes up from the bottom of the image. Would love it to be white with black text
tuanphan Posted November 20, 2021 Posted November 20, 2021 On 11/18/2021 at 10:10 PM, Leslie1570048145 said: I am so sorry I am just now responding. Our website updates took a back seat for a little bit. http://www.gastingerwalker.com/work when you hover over an image square a black bar comes up from the bottom of the image. Would love it to be white with black text Add to Design > Custom CSS /* Work page hover */ body#collection-5cdc1a7b2cff4400018f8d18 { figcaption.image-caption-wrapper { background-color: rgba(255,255,255,0.75) !important; } figcaption.image-caption-wrapper * { color: black !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Leslie1570048145 Posted November 30, 2021 Author Posted November 30, 2021 hi there! thank you for this!!! It worked on one of the pages but not all that have this bar. Thoughts?
tuanphan Posted December 2, 2021 Posted December 2, 2021 On 12/1/2021 at 1:39 AM, Leslie1570048145 said: hi there! thank you for this!!! It worked on one of the pages but not all that have this bar. Thoughts? Try adding to Work Page Header <style> figcaption.image-caption-wrapper { background-color: rgba(255,255,255,0.75) !important; } figcaption.image-caption-wrapper * { color: black !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment