Home Forums WoodMart support forum Change capital letters

Change capital letters

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #505524

    Toni Tarres
    Participant

    Good afternon,
    1/ I need to change the add to cart text, which now appears in capital letters.
    I need them to appear normal. I am attaching a picture of how it looks now

    And another question, in the product categories, I am shown the categories above in the header but I would like to see them all in one line, is this possible? I am attaching a picture of how it looks now

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

    Toni Tarres
    Participant

    Sorry but I was migrated this last night to the production url:
    https://noiretblanctruffes.com/

    #505935

    Hung Pham
    Keymaster

    Hi Toni,

    Thanks for reaching to us.

    Please add below code to Theme Settings > Custom CSS > Global Custom CSS

    
    /* Removing text capital */
    .product.wd-hover-alt .wd-add-btn>a {
        text-transform: none;
    }
    
    /* Product cats nav links */
    .wd-nav-product-cat>li>a {
        font-size: 12px !important;
    }
    
    @media (min-width: 1025px){
    	.without-title.with-back-btn>.container {
    			padding-right: 35px !important;
    			padding-left: 35px !important;
    	}
    }

    Regards,

    #506249

    Toni Tarres
    Participant

    Thank you, now works correctly.
    But another question, please:
    1/ The headers of the categories for the desktop version are seen correctly, but for the mobile version when there is more text it is cut off.
    Can you recommend a way to view it correctly on mobile?
    Add images with the view

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

    Hung Pham
    Keymaster

    Hi Toni,

    Navigate to Block HTML and edit block content of that category.

    Choose responsive icon https://prnt.sc/wcMg50qMR-Dy then you can change height of banner on mobile devices.

    Regards,

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