Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #801455

    Hey guys,
    I have a problem. I want to change size of the price (see privat link).

    p.product_price.price.headerfont {
        color: red;
    }

    Would work, but the get override by enfold. I would need to change CSS on

    #top .main_color .price, .{
     color: red;
    }

    To get it worked. But with this code, I would change price style on all sites, not only on single product. Can you guys explain me, how I can fix that?

    Best regards
    Alex

    #801474

    Hey Alex,

    Can you try adding the !important rule to your first code?

    p.product_price.price.headerfont {
        color: red !important;
    }

    Best regards,
    Sarah

    #801475

    This worked! Thanks!

    #801478

    You’re welcome! For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold!

    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS override’ is closed to new replies.