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

    Hi, I’m not sure what’s going on because it never was like this before but for some reason the $ and the actual numerical price are displaying on 2 separate lines. It appears that the table cell size is too small or something along those lines, but all of the code I tried putting in didn’t work. Can you please take a look?

    Homepage: https://elevabeauty.com/
    Category Page: https://elevabeauty.com/product-category/skin/atomy/

    #702264

    Hi sjahan,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .woocommerce-Price-amount {
        display:inline !important;
    }

    Thanks,
    Rikard

    #702546

    That didn’t work… =/

    #702756

    Hi,

    Ok, please try this instead:

    .style-grid3 .price span:last-of-type {
      display:inline !important; 
    }

    The CSS is coming from a file called flatsome.min.css.

    Regards,
    Rikard

    #702876

    Perfect, thank you!!

    #702879

    Hi!

    Please feel free to create a new ticket if you need anything else.

    Thanks a lot

    Cheers!
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.