ec25 Posted April 6 Share Posted April 6 Hello, Wondering if there is a way to change just the font weight for text hover over grid gallery images, I know there is a way to change it with site styles, but that changes other things that I don't want changed, just wondering if this can be done with just CSS? Thank you, Here is my site https://www.erinncapko.com/ The page with the hover text is under Surface Design then the drop down Collections with the hover text of SEE MORE. Link to comment
humxahafeex Posted April 6 Share Posted April 6 Hi It's simple , Go to Website> Under Utilities go to Website Tools> Custom CSS & add the following code: .gallery-caption-content{ font-weight:800 !important; } where "800" is written you can change as per your need , from 100 to 900 , 100 being less bold and 900 being full bold. Please do mark it solved if it works 🙂 Link to comment
ec25 Posted April 12 Author Share Posted April 12 On 4/6/2024 at 12:55 AM, humxahafeex said: Hi It's simple , Go to Website> Under Utilities go to Website Tools> Custom CSS & add the following code: .gallery-caption-content{ font-weight:800 !important; } where "800" is written you can change as per your need , from 100 to 900 , 100 being less bold and 900 being full bold. Please do mark it solved if it works 🙂 Hm, there only seems to be two options for font weight (500 or less is one weight, 550+ is another bold weight), must be the font itself, thank you. though! 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