Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855993

    schematics
    Participant

    Hi Support,

    I’m a newby using the x theme with woocommerce.

    I need help for the ff. :

    1.) Include Item Code (SKU CODE) between product
    name and item price. (see attached file – question1-2-3.jpg)
    2.) Change Product Name Color and Hover Color. (see attached file – question1-2-3.jpg)
    3.) Change Single Price and Price Range Color. (see attached file – question1-2-3.jpg)
    4.) On View Cart Page. Instead of product name
    change to item code (SKU) as the link label

    Regards,
    Seigfred Visitacion.

    #855997

    schematics
    Participant
    This reply has been marked as private.
    #856232

    Christian
    Moderator

    Hey Seigfred,

    1 and 4 customization request is outside the scope of our support as this is quite involved. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself.

    For 2 and 3, please add the code below in your Appearance > Customize > Custom > CSS.

    .entry-product h3 a {
        color: red;
    }
    
    .woocommerce li.product .entry-header h3 a:hover {
        color: blue !important;
    }
    
    .woocommerce li.product .entry-header .price>.amount, .woocommerce li.product .entry-header .price>ins>.amount {
        color: red;
    }

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Thank you for your understanding.