i have buttons on my home/cover page in the "outline" style (flatiron-template). the font within the buttons changes to black during the hover over effect. is there a custom css code that allows me to change the color to something else during the hover?
Hi
Use this code in Design -> Custom CSS
.sqs-slide-wrapper[data-slide-type="cover-page"] .social-icons-style-border [data-slice-type="social-icons"] .icon-wrapper:hover .use-icon {
ba
Question
charliekransdorf 2
i have buttons on my home/cover page in the "outline" style (flatiron-template). the font within the buttons changes to black during the hover over effect. is there a custom css code that allows me to change the color to something else during the hover?
any advice/help would be appreciated
Edited by charliekransdorfLink to post
Top Posters For This Question
3
1
1
Popular Days
Dec 5
4
Dec 1
1
Top Posters For This Question
charliekransdorf 3 posts
tuanphan 1 post
IXStudio 1 post
Popular Days
Dec 5 2020
4 posts
Dec 1 2020
1 post
Popular Posts
tuanphan
Add to Cover Page Settings > Advanced > Header <style> .sqs-slice-buttons a:hover { color: green !important; } </style>
IXStudio
Hi Use this code in Design -> Custom CSS .sqs-slide-wrapper[data-slide-type="cover-page"] .social-icons-style-border [data-slice-type="social-icons"] .icon-wrapper:hover .use-icon { ba
charliekransdorf
that worked great. thank you, much appreciated.
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment