Home Forums WoodMart support forum After Last Update some Price Text not green

After Last Update some Price Text not green

Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • #366004

    Bogdan Donovan
    Keymaster

    1. T-Shirt Image Size not work:

    We have provided you with a custom code (https://prnt.sc/MEXnky5W26x3) but you did not paste part of the code related to the width of the image (https://prnt.sc/wrkdixLBtzpj). Try to add it.

    .lumise-cart-thumbnails {
    	max-width: 75px;
    }

    2. Single product navigation styles:

    .wd-products-nav .wgm-info {
    	color: #FFF;
    }
    
    body .wd-products-nav .wd-dropdown {
    	align-items: flex-start;
    }
    
    body .wd-product-nav-thumb {
    	padding-top: 15px;
    }

    Kind Regards

    #366010

    prattsy
    Participant

    Thanks.
    For a consistent design, the text of the article above must be below the thumbnail as with the article below.

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to use following custom code:

    .german-market-product-image.checkout {
    width: 100%;
    margin-bottom: 20px;
    }

    .german-market-product-image.checkout a {
    max-width: 75px;
    }

    Kind Regards

    #366205

    prattsy
    Participant

    THANKYOU GREAT SUPPORT

    another question

    How can I enlarge the thumbnails when I mouse over them?

    Best Regards

    #366410

    Bogdan Donovan
    Keymaster

    Hi,

    Following customization is can’t be done with custom CSS only.

    Kind Regards

    #366419

    prattsy
    Participant

    Is there no Modal or Lightbox Snippet?

    #366488

    Bogdan Donovan
    Keymaster

    Hi,

    There are no following options in WooCommerce and in our theme.

    Kind Regards

Viewing 7 posts - 31 through 37 (of 37 total)

The topic ‘After Last Update some Price Text not green’ is closed to new replies.