Home Forums WoodMart support forum How to add pic to checkout side bar like this

How to add pic to checkout side bar like this

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #201847

    Element_Earth_CBD
    Participant

    Please see the attached, if its something that can be added such as Visa Logo etc, it would be really nice.

    Thank you, we would like to display the checkout options on that side bar for mobile and PC.

    EE

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

    Hello,

    I saw the screenshot you attached. Unfortunately, there is no option in theme settings to display payment icons on the cart sidebar.

    It requires customization and this is beyond our limitations and support policy.

    Best Regards.

    #202455

    Element_Earth_CBD
    Participant

    Ok, fine, can you at least tell me how to change the fonts on the widgets? Trying to get the site to look optimized but not really getting there, I paid for support and while most has been great, things like this need to be addressed. please help see pic attached.

    James

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

    Hello,

    I saw the screenshot you attached. If you want to change the font-size of the layered nav items you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term {
    font-size: 20px;
    }

    For the product categories add the following Custom CSS.

    .widget_product_categories .product-categories li a {
    font-size: 15px;
    }

    You can set the font-size accordingly.

    Best Regards.

    #205197

    Element_Earth_CBD
    Participant

    THis will add the brand logos to the side like the picture? I see you can put the brand names in it so it shows a pic of the logo, not the name.

    How do I go about this?

    James

    #205305

    Hello,

    The CSS I provided is to change the fontsize of the areas you mentioned in the screenshot.

    This is not to add the logos in the sidebar. If you want to ask anything else then provide some relevant
    screenshot of the specific area to check it myself and help you out accordingly.

    Best Regards.

    #205421

    Element_Earth_CBD
    Participant

    Yeah I need to add the logos, like the demo. Shows images of brands, not names.

    #205575

    Hello,

    As I mentioned in one of my previous replies. You could not add the icons in the sidebar cart.

    To display the product brands on the products. You need to enable the option from Products >> Attributes.

    Screenshot for Clarification: https://ibb.co/v3kCy51

    Best Regards.

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