Reply 184438 to: single product page..

Avatar: Olga Barlow
Olga Barlow
Support staff
February 8, 2018 at 15:19

Hello,

1) Then you need to copy xstore/woocommere/single-product-content-booking.php file into child theme and do the following changes
http://prntscr.com/ibwavn

If you don’t have the necessary skills we could help you with this, then provide FTP and admin panel access to your site.

2) Replace this code

.single-product .product-information-inner p {
    color: pink !important;
}

by this one

.single-product .product-information-inner p, .single-product-booking .product-information-inner .shop_attributes td p {
    color: #ffc0cb;
}

8) Use the following custom to change the order

@media only screen and (max-width: 768px){
.single-product-booking .product-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single-product-booking .product-side-information {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 40px;
}
}

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.