Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #461346

    Hi!

    How can I increase only the price that is on a single product page?

    #top .price span { color: black; font-size: 25px; } increases all prices including the ones on the front page and on related products, but I need only the one that is on a single product page

    #461417

    Hi catmac2204!

    Try this out.

    .single-product .summary .price span { font-size: 25px !important; }
    

    Regards,
    Elliott

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