Reply 192624 to: Need few changes

Avatar: Rose Tyler
Rose Tyler
Support staff
May 10, 2018 at 09:04

Hello,

1.

.secondary-menu-wrapper .menu > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.secondary-menu-wrapper .menu li > a {
    border-bottom: 1px solid #e6e6e6;
}
.secondary-menu-wrapper .menu li.menu-item-has-children > .nav-sublist-dropdown {
    padding: 0 30px 0 30px !important;
}
.secondary-menu-wrapper .nav-sublist-dropdown ul > li:last-child > a {
    border: none;
    padding-bottom: 5px !important;
}
.secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children:hover > .nav-sublist ul {
    padding-top: 0px !important;
    padding-bottom:  0px !important;
}
.secondary-menu-wrapper .nav-sublist-dropdown  li.menu-item-has-children > a:before {
    top: 70%;
}

2. Theme Options > General > Use site preloader.
3. I would recommend you to contact woocommerce support about this currency question.
4.
1)

.size-guide {
    background-color: white;
}

2)

.product-information .price {
    font-size: 1.8rem;
}

3) To avoid editing of php files I would recommend you to use translation files to change it. Use Loco Translate plugin https://www.8theme.com/demo/docs/xstore/#translation , create English translation and just change necessary strings to what you need.
4) Add this code in Theme Options > Styling > Custom css > Custom css for desktop:

.product-information  .yith-wcwl-add-to-wishlist {
    width:  auto;
    display: inline-block !important;
}
.product-information .compare.button {
    width: auto;
    display: inline-block;
    margin-left: 20px;
    margin-top: -55px;
}
.product-information .product_meta {
    margin: 0px;
}

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.