View
 

How to change text on hover in the vertical categories widget

Page history last edited by Eugene 2 years, 5 months ago

Use the following custom CSS style:

 

 a:hover span.ecwid-categories-category {
    /* change the lines below */
    font: 30px arial, geneva, verdana, sans-serif !important;
    color: #B5990B !important;
}