Tagged: enfold
Hi, I have customise my accordian by following topics on the forum but I couldn’t find any topic on giving some hover effect on the content in accordian. Is it possible to make some hover effect,like text will be highlited of the content in accordian, like this sample
thank you
Hey rdadnan!
Possibly. Send us a link to your page so we can take a look. You can set your reply as private if you wish.
Regards,
Elliott
Thank you Elliott for your reply. I have sent my page link on private.
Hi!
Please try the following code
.toggler, .main_color .toggler.activeTitle {
background: #color;
}
let us know if that works out for you.
Cheers!
Basilis
Thanks Basilis for your reply. The code does work on title but not on the content. I like some effect on the text of the content, here is my content shown by arrow mark
The content is for a restaurant menu, i like, when a customer hover over the item name, the name of the item then highlighted or text color change or some hover effect. If you could give me some code or point me where to look at, it will be great help.
Thanks
Hey!
Please use the below code to highlight the menu items.
.wppizza-article:hover {
background: gold;
}
Best regards,
Vinay
Thanks a lot Vinay, you are a star.