Strong theme Woocommerce

Home Forums All Other Themes Strong theme Woocommerce

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #202703
    AshAsh
    Participant
    • Topics: 7
    • Replies: 39
    • Total: 46
    Member since: May 26, 2021

    Hi there,
    I’ve just set up my WooCommerce store and most things seem to be working well, however, there a just a few things that I need help with:

    Product page:
    1. Description and reviews colour is still the default blue and I can’t easily find where I can change that
    2.Prices are displayed in the default blue colour
    3.Category link is also the default blue

    Cart:
    1. Product name is default blue

    Can you please assist in correcting this?

    Lastly, the category and tags link on the product page, is this important for SEO? Can I remove it? (If so, how?) Or is it better to leave it where it is?

    Thank you for your help.

    Ash

    Site URL is: https://esteemvitality.com.au

    #202848
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .woocommerce div.product .woocommerce-tabs ul.tabs li a { background-color: #ce61a0;}
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #review_form #respond .form-submit input { background-color: #CA2971;}
    .woocommerce-message::before, .woocommerce-info::before, .woocommerce div.product p.price, .woocommerce div.product span.price, .product-name a, .woocommerce-info a, .woocommerce-privacy-policy-text a, .posted_in a, .woocommerce-message, .discount-msg { color: #CA2971;}

    Regards,
    Chris

    #202853
    AshAsh
    Participant
    • Topics: 7
    • Replies: 39
    • Total: 46
    Member since: May 26, 2021

    Hi Chris,

    Thank you for your quick response. I have copied and pasted the code in the custom css but it hasn’t made a difference.

    Kind regards,
    Ash

    #202855
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly use this one.

    .woocommerce div.product .woocommerce-tabs ul.tabs li a { background-color: #ce61a0 !important;}
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #review_form #respond .form-submit input { background-color: #CA2971 !important;}
    .woocommerce-message::before, .woocommerce-info::before, .woocommerce div.product p.price, .woocommerce div.product span.price, .product-name a, .woocommerce-info a, .woocommerce-privacy-policy-text a, .posted_in a, .woocommerce-message, .discount-msg { color: #CA2971 !important;}

    Regards,
    Chris

    #202862
    AshAsh
    Participant
    • Topics: 7
    • Replies: 39
    • Total: 46
    Member since: May 26, 2021

    Hi there,

    Thank you for getting back to me – unfortunately that one doesn’t change anything either.

    Kind regards,
    Ash

    #202864
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Chris

    #202868
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    This is done.

    You didn’t include the closing bracket. So CSS code was not working.

    Regards,
    Chris

    #202870
    AshAsh
    Participant
    • Topics: 7
    • Replies: 39
    • Total: 46
    Member since: May 26, 2021

    Great – thank you so much.

    Just a few other colour corrections:
    – the sorting tab is blue on the shop page
    – when I click ‘add to cart’ on the product page the hover font is blue
    – the ‘update cart’ font hover colour is blue
    – the ‘added to cart’ pop up has a blue line
    – when I update the cart the top line on the pop up is blue

    Is there a spot that I can easily change these things myself or can it only be done with the custom css?

    #202871
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Chris

    #202874
    AshAsh
    Participant
    • Topics: 7
    • Replies: 39
    • Total: 46
    Member since: May 26, 2021

    https://ibb.co/txgCBPs
    https://ibb.co/2q9RMTt
    https://ibb.co/GH6hctX
    https://ibb.co/Xbz53NR
    https://ibb.co/1MT4ygd
    https://ibb.co/3FCZy58

    #202876
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    This is done. Kindly check and confirm.

    Regards,
    Chris

    #202897
    AshAsh
    Participant
    • Topics: 7
    • Replies: 39
    • Total: 46
    Member since: May 26, 2021

    Hi there, it’s all looking great, thank you.

    The only remaining thing is the sorting tab is still blue on the mobile version, web version is fixed.

    Thank you.
    Ash

    #202907
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly this CSS to fix in mobile version.

    @media screen and (max-width:479px) {
    .woocommerce .woocommerce-ordering select option, .woocommerce-page .woocommerce-ordering select option { color: #000 !important;}
    }

    Regards,
    Chris

    #202908
    AshAsh
    Participant
    • Topics: 7
    • Replies: 39
    • Total: 46
    Member since: May 26, 2021

    Hi there,

    Thank you for getting back to me. I have copied and pasted the code but nothing has changed.

    Kind regards,
    Ash

    #202916
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    We checked, sorting tab is working fine.

    Kindly see screenshot:
    https://nimb.ws/Sq98NK

    Regards,
    Chris

Viewing 15 posts - 1 through 15 (of 23 total)
  • You must be logged in to reply to this topic.