giorgiabbb Posted July 23, 2019 Share Posted July 23, 2019 Hello, I am trying to change the titles color in my gallery pages as it's very hard to read. If you click on the link below you'll see how the at the bottom of the image the title is white. http://www.giorgiabrugnoli.com/#/nephew/ I tried to change it to another color through the Site Styles but it automatically changes it in the About page body copy, where I need it to be white instead: http://www.giorgiabrugnoli.com/about-the-fox How do I avoid this and only change the copy color in my gallery pages? Thanks! Link to comment
tuanphan Posted July 23, 2019 Share Posted July 23, 2019 @giorgiabbb /* Title under images */ .view-list h2.project-title { color: #000; } /* Back to... */ .view-list .project-controls a { color: #000; } /* Pre and Next */ .view-list div#projectNav span { color: #000 !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!) Link to comment
giorgiabbb Posted July 23, 2019 Author Share Posted July 23, 2019 Worked PERFECTLY, thanks !!! @tuanphan Link to comment
giorgiabbb Posted July 23, 2019 Author Share Posted July 23, 2019 Worked PERFECTLY, thanks !!! @tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.