• Resolved vdugar

    (@vdugar)


    Example changes are at below.
    What does it take to get CSS changes (done in WordPress customizer, Additional CSS) to take effect in a product shortcode display on a page? I can see changes take effect in a “Preview Product” screen but not via the shortcode. Running Chrome browser. Tried F12 + “Empty cache and hard reload” but that didn’t help. — Thank you.

    .asp_post_title{
    font-weight:bold;
    color:darkgreen;
    font-size:20px;
    }
    .entry-title{
    visibility:hidden;
    margin-bottom:-20;
    }

    .asp_post_description {
    font-size:18px;

    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, can you share the URL with the Stripe button?

    Thank you

    Thread Starter vdugar

    (@vdugar)

    Thank you, but my site is not live yet so it is not accessible for you. Any general guidance?

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, please check the following documentation customizing-the-payment-popup-using-css. Let me know if this is what you are looking for.

    Thank you

    Thread Starter vdugar

    (@vdugar)

    Thank you mbrsolution, but that article addresses Customizing the Payment Popup — not the form produced by the shortcode. So my question remains.
    [UPDATE] Ah, just figured it out! The HTML selectors are quite different (for the same apparent page element) depending on the view . . .

    For example, when viewing the product PREVIEW (“View Product” after an update), the Product Description selector is “.asp_post_description”
    — but when viewing via the SHORTLINK the selector is “.asp_product_desctiption”

    Mystery solved!

    • This reply was modified 5 years, 1 month ago by vdugar.
    • This reply was modified 5 years, 1 month ago by vdugar.
    • This reply was modified 5 years, 1 month ago by vdugar.
    Plugin Support mbrsolution

    (@mbrsolution)

    I am glad you solved your own issue 🙂

    I am closing this thread.

    Enjoy the plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS Changes not Working’ is closed to new replies.