Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1387741
    elijahlucian
    Participant

    I tried to edit the custom style in the “raw content” block, but it crashes the section. disabling all format properties.

    Here is the page:

    https://www.vapsquad.com/shop/

    I want the price on the middle section to be white, if not all the text.

    #1388225
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    span.woocommerce-Price-amount.amount {
        color: #fff;
    }

    Thanks.

    #1393834
    elijahlucian
    Participant

    Hi this didn’t work as it changed all the products prices. And also, this did not affect the sales price.

    What I want is just to change the “premium voice packs” price to white

    I tried to adjust the style in the cornerstone>row>raw element>style, but the problem that happened is that it just turned the entire background white and didn’t change anything else.

    #1394209
    Christopher
    Moderator

    Hi there,

    Please update previous code to:

    .page-id-368 #x-section-2 span.price span {
        color: #fff;
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1387741 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>