Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1399582

    Hello,
    I would change old price promo line product bar : more thicker, height and its color.
    Is it possible ?
    Regards

    #1399623

    Hey mescalytequila,

    Thank you for the inquiry.

    You can add this css code to adjust the font size of the price and the strike-through.

    #top .price, #top .price span, #top del, #top ins {
        display: inline;
        text-decoration: none;
        font-size: 32px;
        line-height: 32px;
        font-weight: 600;
    }
    

    You should remove this css code to vertically align the strike-through with the price.

    .price span {
        font-size: 32px!important;
        color: #89b82b!important;
    }
    

    After doing the modifications above, you may need to toggle or temporarily disable the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

    #1399686

    Hi Ismael,
    Many thanks !!
    Now, I would like to thicken the line that crosses out the price, please.
    Regards

    #1399752

    Hi mescalytequila,

    Please try to add this CSS code as well:

    #top #wrap_all .price del {
        font-size: 32px;
        text-decoration-color: red;
        text-decoration-thickness: 4px;
    }

    Best regards,
    Nikko

    #1399774

    Great !!!! It works.
    Thanks to the whole team.

    #1399785

    Hi mescalytequila,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change promo line old product bar’ is closed to new replies.