Shop Categories

X

Change the Offer Text

Home Forums Agama Pro Change the Offer Text

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13414
    biotxakur
    Participant

    I wuold change the offer text in the outlet menu

    biotxakur

    #13415
    Zex
    Moderator

    Hi,

    I suppose you want to change the font-size.

    If that is you want, insert the next code into Customizing->General->Additional CSS:

    .woocommerce span.onsale, .woocommerce-page span.onsale {
        font-size: 12px!important;
    }

    Change the font-size value per your needs.

    Regards

    #13416
    biotxakur
    Participant

    thanks, and to move the offer image to the corner?

    #13417
    Zex
    Moderator

    Insert the next code instead of the previous one:

    .woocommerce span.onsale, .woocommerce-page span.onsale {
        font-size: 12px!important;
        right: 0!important;
        top: 0!important;
    }

    Regards

    • This reply was modified 4 years, 1 month ago by Zex.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.