Post by peadar » Fri Mar 18, 2016 4:30 pm

Hi all,
In my featured products module I would like to make the background white.
I have altered the featured.tpl to give the element an id but I cannot seem to target the product-thumb transition to change the background from transparent to white. If I do this:
#our_products .product-thumb{background-color: white;}

#our_products is recognized and becomes bold in the css editor and when I add .product this is recognized and is bold, but as soon as I add the hyphen (.product-) it reverts to regular font-weight.

Any suggestions?

Newbie

Posts

Joined
Sat Jul 04, 2015 8:49 pm

Post by peadar » Fri Mar 18, 2016 6:21 pm

I got around it by targeting the class within the featured.tpl file and writing the style into the html. But if anyone knows a way to do it through the custom css file than that would better.

Newbie

Posts

Joined
Sat Jul 04, 2015 8:49 pm

Post by moused72 » Fri Mar 18, 2016 6:42 pm

If you want to change background of featured module only, You can edit:

catalog/view/theme/your_theme/template/module/featured.tpl file

found

Code: Select all

<div class="product-thumb transition"> 
change to

Code: Select all

<div class="product-thumb transition"  style="background: #fff;"> 
If you want to change background all module(featured, latest, special, bestseller), you can edit

catalog/view/theme/your_theme/stylesheet/stylesheet.css

found:

Code: Select all

.product-thumb {
add after:

Code: Select all

background; #fff;

18 extra positions FREE, Unlimit style color for default theme FREE, Vietnamese Language, vietxuangas.com.vn


Active Member

Posts

Joined
Mon Feb 15, 2016 9:46 am

Post by viethemes » Sat Mar 19, 2016 2:05 pm

peadar wrote:I got around it by targeting the class within the featured.tpl file and writing the style into the html. But if anyone knows a way to do it through the custom css file than that would better.
Could you provide your site URL so wen can take a look at it closer?

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm

Who is online

Users browsing this forum: Google [Bot] and 6 guests