Home › Forums › WoodMart support forum › Slider on the catalog page (general shop page) › Reply To: Slider on the catalog page (general shop page)
November 26, 2017 at 10:54 am
#25551
Artem Temos
Keymaster
Hi,
We are sorry for the delay.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.callto-btn > a,
.callto-btn > i {
color: white!important;
}
.search-by-category .input-dropdown-inner > a {
max-width:220px;
white-space: nowrap;
text-overflow: ellipsis;
overflow-x: hidden;
}
.search-by-category {
background: white;
}
Regards