Change Text Size on Related Products in Single Product Page

This topic has 4 replies, 2 voices, and was last updated 5 months ago ago by Rose Tyler

  • Avatar: Felipe Rojas
    Felipe Rojas
    Participant
    May 14, 2024 at 18:40

    Hello, good day. I’m trying to change the text size in related products, but the changes aren’t applied until I hover over the product. How can I solve this issue?

    I’m using the following CSS code:

    
    /* Link */
    .product .et-product-height-calculated .product-details .products-page-cats {
    	display:none !important;
    }
    
    /* Bdi */
    .et-product-height-calculated .product-details .price .woocommerce-Price-amount {
    	font-size:20px !important;
    	color:#000000 !important;
    }
    
    /* 479px and smaller screen sizes */
    @media (max-width:479px){
    
    	/* Bdi */
    	.et-product-height-calculated .product-details .price .woocommerce-Price-amount {
    		font-size:18px !important;
    		
    	}
    	
    }
    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 15, 2024 at 06:44

    Hello, Felipe Rojas,

    Thank you for contacting us regarding your inquiry about adjusting the text size for related products on your website. We appreciate your patience and are more than happy to assist you.

    Please find below the CSS code that you can use to make the necessary adjustments:

    .elementor-widget-woocommerce-product-etheme_related .content-product .product-title a {
        font-size: 20px;
    }

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Best Regards,
    8Theme’s Team

    Avatar: Felipe Rojas
    Felipe Rojas
    Participant
    May 15, 2024 at 14:38

    Thank you!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 15, 2024 at 15:07

    Hello, Felipe Rojas,

    You’re welcome!

    Best Regards,
    8Theme’s Team

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Change Text Size on Related Products in Single Product Page’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.