3 questions please - by petitponey - on WordPress WooCommerce support

This topic has 15 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler

  • Avatar: petitponey
    petitponey
    Participant
    October 15, 2019 at 12:06

    hello,

    I have three questions please..
    1-how can i change the two colors of categorie’s background..(the grey and blue) in sidebar
    2-how can i change the attribut’s name on the single product page? (its green)
    3-how can i remove SKU and category near the product

    Thank you

    Please, contact administrator
    for this information.
    14 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 16, 2019 at 07:26

    Hello,

    Thanks for using our theme.
    1) Please provide screenshots for better understanding the desired result.
    You can use Lightshot screenshot tool https://app.prntscr.com/en/index.html to share screenshots, it creates a link to the image and you will just send us that link.
    2) Theme options > Theme Custom CSS > http://prntscr.com/pjwhl1 – delete or change this code.
    3) Add this code in Theme Options > Theme custom CSS:

    .single-product .product_meta {
        display: none;
    }

    Regards

    Avatar: petitponey
    petitponey
    Participant
    October 16, 2019 at 08:52

    thank you for ur reply

    For my question number 2, i change the code as you told me but it doesnt work..i put !important, but nothing change

    for my question number one, i put you the screenshot’s link

    and i have an another question in the private content area

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 16, 2019 at 09:11

    Hello,

    1)

    .select2-results {
        background-color: #fdfaf0;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected], 
    .select2-container--default .select2-results__option--highlighted[data-selected] {
        background-color: #875e37 !important;
    }
    .select2-container--default .select2-results__option[data-selected=true] {
        background-color: #baa28c;
    }

    2) Please change the color here – http://prntscr.com/pjxw4f
    3) What mobile and browser do you use?

    Regards

    Avatar: petitponey
    petitponey
    Participant
    October 16, 2019 at 09:39

    Thank you very much!

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 16, 2019 at 10:08

    Please post new questions in new topics – http://prntscr.com/pjyoh0 https://www.8theme.com/forums/xstore-wordpress-support-forum/
    3) Clear cache of the browser on your mobile and check one more time. Try to check how it is displayed on another device.
    4) This color comes from the browser and can’t be changed from our side.

    Regards

    Avatar: petitponey
    petitponey
    Participant
    October 16, 2019 at 10:24

    it poses a big problem because on some phone it works normally and on others it does not appear … How to do? it’s the same browser on both phones

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 16, 2019 at 10:39
    Avatar: petitponey
    petitponey
    Participant
    October 16, 2019 at 10:58

    yes i do, the problem is on my phone, i cleared the cache but i dont see information product on the shop page

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 16, 2019 at 12:50

    Hello,

    Please add this code in Global custom CSS:

    @media only screen and (max-width: 480px) and (min-width: 380px){ 
        .products-list .product .product-details {
            margin-top: 100%;
        }
    }

    Regards

    Avatar: petitponey
    petitponey
    Participant
    October 16, 2019 at 14:48

    its doesnt work

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 16, 2019 at 14:54

    Where have you added the code? I do not see the mentioned code in Theme Options > Theme custom CSS > Global custom CSS.

    Regards

    Avatar: petitponey
    petitponey
    Participant
    October 16, 2019 at 14:57

    i delet it when i see that it doesnt work

    Avatar: petitponey
    petitponey
    Participant
    October 16, 2019 at 14:59

    its ok! i add it now in additional css! its work!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 16, 2019 at 15:12

    Great. Is there anything else I can help you with?

    Regards

  • Viewing 15 results - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.