CSS code for removing ‘ex tax’

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeCSS code for removing ‘ex tax’

This topic has been marked as resolved.

Hi – I’ve read on here somewhere that you can add some CSS code to the custom style-sheet in shoppica2 to remove the ex. tax display from under the product price … I can;t find it now and its driving me crazy – can someone help with the correct coding I should use?  I’m sure its only a line or two of code but I can’t remember it! Thanks.

 shilky
May 29, 2014 at 9:50 pm #32107

Think I may have solved this one myself (following a bit of hunting around the place). If anyone is interested you can add the following code to your custom stylesheet in shoppica2:

#product_price p.s_price_tax {
  display:none
}

 shilky
May 30, 2014 at 11:08 am #32109

Sorry for being late and thanks for submitting the solution.

BR,
ThemeBurn team

June 5, 2014 at 11:18 am #32218
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.