• Resolved gevcen

    (@gevcen)


    Dear,

    I’m trying to apply the below code to the Wishlist page only through the edit of the favorites page on WPBakery. The changes applies well on the preview of WPBakery but it doesn’t work in the live page

    See https://gevcen.tinytake.com/tt/MzY3Mzg2NF8xMTE0OTkwNg

    Can you help?
    Thanks

    /* DISPLAY THE PRICE IN GREEN AND BOLD */
    td.product-price .amount {
        font-weight: 700;
        color: #83b735;
    }
    
    /* DISPAY THE "IN STOCK" LABEL IN GREEN */
    .wishlist_table tr td.product-stock-status span.wishlist-in-stock, .variations_form .in-stock, .product-image-summary .in-stock, .woodmart-compare-col .in-stock, .woodmart-sticky-btn .in-stock {
        color: #83b735;
    }
    • This topic was modified 5 years, 7 months ago by gevcen.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gevcen

    (@gevcen)

    Any update?

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    I hope you’re doing well ??

    In order to change the color in price and label, please add the following code on CSS customization, instead of WPBakery

    Appearance > Customizing > Custom CSS

    /* DISPLAY THE PRICE IN GREEN AND BOLD */
    .wishlist_table td.product-price .amount {
        font-weight: 700;
        color: #83b735;
    }
    
    /* DISPAY THE "IN STOCK" LABEL IN GREEN */
    .wishlist_table tr td.product-stock-status span.wishlist-in-stock, .variations_form .in-stock, .product-image-summary .in-stock, .woodmart-compare-col .in-stock, .woodmart-sticky-btn .in-stock {
        color: #83b735;
    }

    Please try it and let us know.

    Have a good day,

    Thread Starter gevcen

    (@gevcen)

    Dear,

    When I apply the CSS changes in WPBakery edit of the favorites page, it works in the preview.

    But when I publish, it does not show on the page : https://gevcen.tinytake.com/tt/MzY3OTQ5Nl8xMTE2ODA4MQ

    Can you check?
    THanks

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    hope you are doing well ??

    Please, add the code we sent you in Appearance > Customizing > Custom CSS.

    Try it and let us know.

    Have a great day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS CHanges applied at page level not working’ is closed to new replies.