Hello, I customized the social icons such that when you hover over them the slowly fade to red. They all work perfectly until you click one of them. It takes you to the social site as intended but once you return to my website the smooth transition effect no longer functions and you are instead left with an abrupt shift from white to red. Everything goes back to normal after I clear my history .I have no idea how to fix this.
I achieved the smooth transition result via the CSS below.
Question
ChaseRoll
Site URL: https://interstellar.systems
Hello, I customized the social icons such that when you hover over them the slowly fade to red. They all work perfectly until you click one of them. It takes you to the social site as intended but once you return to my website the smooth transition effect no longer functions and you are instead left with an abrupt shift from white to red. Everything goes back to normal after I clear my history .I have no idea how to fix this.
I achieved the smooth transition result via the CSS below.
.sqs-svg-icon--list {
a:hover
.sqs-use--icon {
fill: #EF233C !important;
transition: all .4s linear;
}
}
.header-actions .icon--fill svg:hover {
fill:#EF233C!important;
transition: all .4s linear; }
Link to comment
Top Posters For This Question
5
4
Popular Days
May 22
9
Top Posters For This Question
creedon 5 posts
ChaseRoll 4 posts
Popular Days
May 22 2022
9 posts
Popular Posts
creedon
If you used QuickTime Player to record your video, use the Drag to record option if you only need to show a small portion of your screen to demonstrate what you are talking about. Smaller videos mean
Posted Images
8 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