Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #640208

    I think that in the product price displayed is too small in page product

    How to change that without changing the main page where all the product are displayed?

    #640245

    Hey Audiolia,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .price, #top .price span{
        font-size: 20px!important;
    }
    

    Best regards,
    Vinay

    #640821

    Thank you but it changes prices size everywhere.

    I want to change only on the product page.

    Not in the pages where all the products are displayed.

    #641197

    Hi!

    Please replace the code with the following:

    .single-product .price, #top .price span{
        font-size: 20px!important;
    }

    Regards,
    Ismael

    #641341

    Hi,

    It does not work.
    But I modified it and it works like this.
    This is a proper way?

    .single-product .price span{
        font-size: 28px!important;
    }
    #641665

    Hey!

    No, that is fine!
    Glad you figured it out! Let us know if you have any other questions or issues

    Cheers!
    Yigit

    #1296180

    What’s the best way to add some padding underneath that price so that there’s more space between the product price and short description?

    #1296571

    Hi kellyCraftMedia,

    Could you post a link to where we can see the elements you are referring to please?

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.