formating change at mouse over
2 years 4 months ago #66807
by US
formating change at mouse over was created by US
How can I change color and thickness of a text at mouse over?
Please Log in or Create an account to join the conversation.
2 years 4 months ago #66810
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic formating change at mouse over
Hi
Please be more precise. Which addon are you using ? give me an url to check the example
CEd
Please be more precise. Which addon are you using ? give me an url to check the example
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
2 years 4 months ago #66814
by US
Replied by US on topic formating change at mouse over
Sorry, here is the link:
maass-slicers.de/maass2022-5/index.php/de/produkte
When I run with the mouse over the products I can change the color of the heading ("SLICE MASTER") which is the link text. But I cannot change the color of the additional text inside the product box ("Slices of Salmon and Fish filets - Meat - Poultry"). Is it possible to change the color at this text also?
When I run with the mouse over the products I can change the color of the heading ("SLICE MASTER") which is the link text. But I cannot change the color of the additional text inside the product box ("Slices of Salmon and Fish filets - Meat - Poultry"). Is it possible to change the color at this text also?
Please Log in or Create an account to join the conversation.
2 years 4 months ago #66830
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic formating change at mouse over
you can try to use this custom css code
and customize it to your need
there is no other option to do that
Code:
.pbck-link-wrap:hover + .innercontent * {
color: red;
}
there is no other option to do that
Joomlack Webmaster and Developer
The following user(s) said Thank You: US
Please Log in or Create an account to join the conversation.
Time to create page: 0.235 seconds