braevin Posted August 31, 2022 Share Posted August 31, 2022 Site URL: http://www.oraetlabora.wine I added the following CSS to try and change the hover color on some custom H3 text. h3 a:hover {color: #c7c5b9 !important;} The text I'm wanting to change is "Classes & Events; Our Story; Visit the Shop" Right now I have it set with an opacity which is working but the color feature is not. I would prefer to use hover color instead of opacity. Thanks! oraetlabora.wine password: braevin page: main/home page Link to comment
nwhittlesey Posted August 31, 2022 Share Posted August 31, 2022 23 minutes ago, braevin said: Site URL: http://www.oraetlabora.wine I added the following CSS to try and change the hover color on some custom H3 text. h3 a:hover {color: #c7c5b9 !important;} The text I'm wanting to change is "Classes & Events; Our Story; Visit the Shop" Right now I have it set with an opacity which is working but the color feature is not. I would prefer to use hover color instead of opacity. Thanks! oraetlabora.wine password: braevin page: main/home page Try this: h3 a:hover { color: #c7c5b9; } Link to comment
braevin Posted August 31, 2022 Author Share Posted August 31, 2022 Unfortunately still not working 😕 Link to comment
Solution tuanphan Posted September 3, 2022 Solution Share Posted September 3, 2022 On 9/1/2022 at 4:19 AM, braevin said: Site URL: http://www.oraetlabora.wine I added the following CSS to try and change the hover color on some custom H3 text. h3 a:hover {color: #c7c5b9 !important;} The text I'm wanting to change is "Classes & Events; Our Story; Visit the Shop" Right now I have it set with an opacity which is working but the color feature is not. I would prefer to use hover color instead of opacity. Thanks! oraetlabora.wine password: braevin page: main/home page Use this code body.homepage h3 a:hover span { color: #c7c5b9 !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
braevin Posted September 5, 2022 Author Share Posted September 5, 2022 Thank you @tuanphan! That worked perfect. tuanphan 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