Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176964
    [email protected]
    Participant

    How can I make the header the same size as the home page. When I go to a category page, the logo gets way too big.

    https://gcnaturals.com/product-category/brands/eco-tan/

    Also, how do i get rid of “Category” word and the date on a product page?

    #176978
    sapana
    Participant

    @georgiagcnaturals-com:- To manage the logo size you can use the following CSS code
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .custom-logo {
        max-width: 200px !important;
    }

    you can change the value max-width as per your requirement.

    – To remove the date from the product page please add this css code

    .product-template-default .entry-meta {
    display: none;
    }

    -To remove that “Category” you need to create the child theme and do a bit customization let me know if you are familiar with child theme customization or not?
    let me know if this helps you out!

    Kind Regards,
    Sapana

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo too large on product pages’ is closed to new replies.