Jump to content

Help1Problem with theme " fennecs" or "urban"


Recommended Posts

Find gobal.css in fennecs theme template. css folder

Step 1. Find this line

.price, .price-shipping, .price-wrapping {color: #da0f00; font-size: 1.1em; font-weight: bold; white-space:nowrap; background:none }

Replace with this one

.price, .price-shipping, .price-wrapping {color: #da0f00; font-size: 1.1em; font-weight: bold; background:none }

Step 2.

Find this line.

#primary_block form#buy_block .warning-inline{ color:black; font-weight:bold; float:left; width:100%;}

Replace with this one

#primary_block form#buy_block .warning-inline{ color:black; font-weight:bold; width:100%;}

Find file product.tpl in Fennecs theme folder

Step 1 find this code .

  
quantity > $last_qties || $product->quantity == 0) || $allow_oosp} style="display:none;"{/if} >{l s='Warning: Last items in stock!'}



Before and after this line put two breaks




quantity > $last_qties || $product->quantity == 0) || $allow_oosp} style="display:none;"{/if} >{l s='Warning: Last items in stock!'}



Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...