Reply 206308 to: Button in navigation

Avatar: Rose Tyler
Rose Tyler
Support staff
December 24, 2018 at 08:38

Hello,

Sorry for the delay due to the weekends.
1) Please change this code http://prntscr.com/lyvm7k to:

.menu-wrapper .menu > li:nth-child(4) a:hover{
    background: #f0a455;
    color:#fff !important;
}
.menu-wrapper .menu > li:nth-child(4) a{
    text-align:center !important;
    margin-right:20px;
    background: #434053;
    width: 220px;
    height: 51px;
    border-radius: 60px;
    line-height: 31px !important;
    font-size:14px !important;
    font-weight:500 !important;
    text-transform:uppercase !important;
    margin-left:50px;
    color:#fff !important;
}

2)

Is it possible to remove the click event from the offered ones? I would like to have it as a pure catalog. So without a single product page.

.swiper-entry .content-product:hover {
    margin-bottom: 20px;
}
.swiper-entry .content-product {
    margin-bottom: 20px;
}
.home .swiper-entry .content-product a {
    pointer-events:  none;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.