Make some changes - by doncartel - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Robert Hall

  • Avatar: doncartel
    doncartel
    Participant
    November 23, 2015 at 10:29

    Hello, we would like to make some changes in the elements 1 and 2 as the sample image: http://doncarteltienda.es/wp-content/uploads/2015/11/example.jpg with the idea of highlighting the name of the product and downplay the product category:

    Change the order in which they are displayed. We like shown Top item 2 (product name)
    and we would like to show the bottom part 1 (product category)

    Size of element 1 (make the font smaller)

    Change the color of the item 1 of item 2

    I look forward to hearing. Thank you,

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    November 23, 2015 at 11:27

    Hello,

    Please add this code in Global Custom CSS:

    .product-title a {
        color: #4AA1DA !important;
    }
    .products-page-cats a {
        color: #000 !important;
        font-size: 10px;
    }

    To change order try to use this code:

    .price {
        margin-top: 50px;
    }
    .products-grid .product-title {
       margin-top: -50px;
    }
    .products-page-cats {
       margin-top: 50px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: doncartel
    doncartel
    Participant
    November 23, 2015 at 12:48

    Yes, thank you !

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 23, 2015 at 13:59

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

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

You must be logged in to reply to this topic.Log in/Sign up

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