guys , there is such a problem . The icon changes after all under the scroll, if I don't want my head to go round "
<style>
#Icon 1
{
fill: current color!important;
}
</style>
but if you set an event to this icon, the above method does not work .
icon color when scrolling
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
Re: icon color when scrolling
What exactly did you do?
Can you please be more specific?
Can you please be more specific?
-
-
- Posts: 70
- Joined: Tue Sep 28, 2021 9:37 am
Re: icon color when scrolling
can you follow the link https://saytal.online/test ?
-
-
- Posts: 70
- Joined: Tue Sep 28, 2021 9:37 am
Re: icon color when scrolling
everything is clearly visible there. If you do not set an event to the icon, it changes color when scrolling, but if you set an event to this icon, it remains at the same color
- wwonderfull
-
- Posts: 1586
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: icon color when scrolling
It seems you have animations on the icon WHITE and RED are you saying that is the problem?
Re: icon color when scrolling
If you add an event then the icon becomes a link so you will need to update the code.
Note tat we cannot teach you how ti write code/.
If you want to implement advanced functionality like this then it is assumed that you know what you are doing.
Code: Select all
<style>
#Icon1 a
{
fill: current color!important;
}
</style>
If you want to implement advanced functionality like this then it is assumed that you know what you are doing.