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

    Hello again. Another strange thing pertaining to my last thread: When adding products on sale in any of these sections, it has the regular price next to the sale price, no longer in gray and no longer crossed out. Other pages without this submenu on their pages are showing fine. Any ideas? Thanks.

    #1406817

    Hey Illingco,

    Thank you for the inquiry.

    The following css rule overrides the default style of the original product price.

    #top .price, #top .price span, #top del, #top ins {
        display: inline;
        text-decoration: none;
        font-size: 15px;
        line-height: 24px;
        font-weight: 600;
    }
    
    div.product p.price del {
        font-size: 14px;
        color: #8b2121;
    }
    

    To revert the style back to default, you can add this css code.

    #top .price del {
        text-decoration: line-through;
        color: gray;
    }

    You may need to temporarily disable the Enfold > Performance > File Compression settings and toggle the compression plugin.

    Best regards,
    Ismael

    #1406925

    Thank you!

    #1406968

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need ny further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1406997

    I think you can close this ticket, thanks.

    #1407034

    Hi Illingco,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Regular price not crossed out and gray’ is closed to new replies.