Skip Navigation

[Resolved] Styling {!{wpv-woo-product-price}!}

This support ticket is created 6 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 3 replies, has 2 voices.

Last updated by Waqar 6 years, 3 months ago.

Assisted by: Waqar.

Author
Posts
#1136266
Screenshot_10-29-3.jpg

Hi,

I'm using Toolset with Divi Builder and woocommerce.

I have a shortcode placed in the table of a Divi Text Module for woocommerce {!{wpv-woo-product-price}!} but the price entry does not match the style of the other shortcode populated fields. Screenshot

Is it possible to edit or match the style?

Thank you.

#1136748

Hi Charles,

Thanks for asking! I'd be happy to help.

If you'll check the styles added to the price field, through Chrome's DevTools, you'll note that they're applying from following two files:

hidden link
hidden link

Here is a useful guide on using Chrome's DevTools, to inspect the existing styles:
hidden link

You can override these styles by adding following custom CSS code:
( ref: https://toolset.com/documentation/beyond-the-basics/leverage-existing-styles-and-add-new-css/ )


.woocommerce div.product p.price, .woocommerce-page div.product p.price {
    color: #666 !important;
    font-size: inherit !important;
}

I hope this helps.

regards,
Waqar

#1136765

Thank you. I appreciate your help!

#1137393

Hi Charles,

Glad my message helped.

Please let me know if you need any further assistance around this.

For any new questions, you're welcome to open new tickets.

regards,
Waqar