New Landing How can we help? Themeforest Theme Support Neighborhood CHANGE PRICE COLOUR, SIZE, FONT ON PRODUCT IMAGES

Viewing 8 posts - 1 through 8 (of 8 total)
  • #140496
    Lyndaotu
    Member
    Post count: 19

    You guys are awesome..My experience is so good I just keep returning.
    Well done guys..Now back to my question ๐Ÿ™‚

    How do I change it?

    #140507
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    If I understand correctly the changes you want to make are in the Price on the product page?

    Can you explain further if possible with a screenshot image?

    Thanks

    -Rui

    #140513
    Lyndaotu
    Member
    Post count: 19

    Hi,
    I want to change the colour, size and font only..I need it to be different from the Product image title

    Attachments:
    You must be logged in to view attached files.
    #140527
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add the code below to your custom css option. Adjust the values according to your needs

    
    .woocommerce ul.products li.product .price {
    color: #D54949!important;
    font-size: 20px!important;
    font-family: 'Arial' !important;
    }

    -Rui

    #140535
    Lyndaotu
    Member
    Post count: 19

    Thank you. One last thing, can I have a code to put the price on its own line, and centered as well

    #140540
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Replace the previous code by this one

    
    .woocommerce ul.products li.product .price {
    color: #D54949!important;
    font-size: 20px!important;
    font-family: 'Arial' !important;
    text-align:center !important;
    float:none !important;
    }
    
    ul.products li.product .product-details {
    width: 100%!important;
    }
    

    -Rui

    #140546
    Lyndaotu
    Member
    Post count: 19

    As always you guys are awesome..Many many thanks

    #140654
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚ Thanks Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register