- Posts: 39
- Thank you received: 0
Button style in carousel
-
alexey
Inactive member - Topic Author
- Member
Less
More
7 years 6 months ago #47136
by alexey
Replied by alexey on topic Button style in carousel
Thank you, this is what I need
Please Log in to join the conversation.
-
alexey
Inactive member - Topic Author
- Member
Less
More
- Posts: 39
- Thank you received: 0
7 years 5 months ago #47152
by alexey
Replied by alexey on topic Button style in carousel
Good day.
How to remove the fill when you hover the mouse from the buttons in the carousel
How to remove the fill when you hover the mouse from the buttons in the carousel
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
7 years 5 months ago #47153
by milos
Replied by milos on topic Button style in carousel
Hello,
Edit file style2.css and change this:
to this:
Best regards,
Milos
Edit file style2.css and change this:
Code:
a.btn:hover, button.btn:hover, a.readmore:hover, input.rapid_contact.button:hover {
background: #e9423e;
}
Code:
a.btn:hover, button.btn:hover, a.readmore:hover, input.rapid_contact.button:hover {
background: transparent;
}
Best regards,
Milos
The following user(s) said Thank You: alexey
Please Log in to join the conversation.
Time to create page: 0.150 seconds