Home Forums WoodMart support forum Side bar styling

Side bar styling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #609242

    DJLS1997
    Participant

    Get me custom css to change the text and link to white and remove the hover we have when we click on product in side cart. Attaching screenshot.

    Attachments:
    You must be logged in to view attached files.
    #609291

    Hello,

    Can you please share the page URL so I will check and give you a possible solution?

    Best Regards

    #609296

    DJLS1997
    Participant

    https://ecalion.com/

    Also there is one button in cart page, UPDATE CART and one in Checkout page PLACE ORDER. I want the text of these button to be Black color so get me classes of these as well.

    #609371

    Hello,

    01. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
        background-color: #ffffff !important;
        
    }
    body  .wd-side-hidden.wd-opened {
        background-color: #000000;
    }
    body  .product_list_widget>li .wd-entities-title,
    body  .cart-widget-side .woocommerce-mini-cart .remove,
    body  .wd-action-btn.wd-style-text>a,
    body  .wd-heading .title {
          color: #ffffff;
    }

    02. You can adjust those buttons via Theme Settings -> Styles and Colors -> Buttons.

    Also, navigate to Theme Settings > Styles and colors > Buttons > In the Advanced button styles section, you can select various types of buttons in the dropdown to change background color, font-size, color,… https://prnt.sc/yQ1pOc5kzPCL

    Best Regards

    #632885

    DJLS1997
    Participant

    Close this ticket.

    #633128

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Side bar styling’ is closed to new replies.