Hi Suzana,
Can you please provide me access to your site so I can see exactly where the problem is, and to be able to give you the best solution to fix it. A 'URL' to a live site will be just fine. Also, you can send me some print screens for better understanding.
Hello there,
I believe you want to change the background color on the sublist. If that is so, you can add the following code in 'administration --> Plugins --> 7 Spikes Plugins --> Nop Lavella theme --> Custom head styles'.
.header-menu .sublist li:hover {
background-color: lime;
}
Here you can use any color you want instead of 'lime'. You can set RGB or HEX value also.
I hope that's what you want to accomplish.
If there is something else, please write back and we will help you as soon as possible.
Hi Marko,
You can completely remove the tabs if you use the code below:
.home-page-category-tabs {
display: none;
}
If they works properly on PC, you better add the codee above in this breakpoint:
@media all and (max-width: 1000px) {
.home-page-category-tabs {
display: none;
}
}
$("a#inline").fancybox({
'hideOnContentClick': true
});
Hi Marko, Have you got any live site, or can you please provide an image to see how does it look on the mobile devices, because on our demo site it works fine.
.main-banner-2 .slider-wrapper img {
height: auto !important;
max-width: 100% !important;
}
.terms-of-service a{
margin-right: 5px;
font-weight: bold;
cursor: pointer;
}
.order-details-page .page-title a {
position: absolute;
top: 120%;
left: 50.5%;
min-width: 120px;
}
.print-order-button {
margin-left: -130px;
}
.topic-page table,
.topic-page table td {
border: 1px solid;
}
Hi Marko,
We will appreciate if you use our "Ticketing system" to declare your request to support. Thanks in advance!