Shop Categories

X

Prices on store page when mobile mode displays only the strikethrough price

Home Forums Agama Pro Prices on store page when mobile mode displays only the strikethrough price

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26373
    Diego Letelier
    Participant

    Hello again,

    This strikethough price is because I have offers on the products, so normally displays two prices. I would de fine even if just diplayed the final price.

    Regards,
    Diego

    #26375
    Zex
    Moderator

    Hi,

    I see the final price is set to white on the screens smaller than 992px.

    So, you have two options: find the right place to replace the Font color, or insert the following code additionally:

    @media (max-width: 992px){
    ins{
        color:#5cddf3!important;
    }
    }

    Regards

    • This reply was modified 3 years, 2 months ago by Zex.
    • This reply was modified 3 years, 2 months ago by Zex.
    #26385
    Diego Letelier
    Participant

    Yes I found it, thank you!

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