Jump to content

add to cart button on Featured products


Alfa7

Recommended Posts

  • 2 months later...

Hi ,

actually if you check with firebug you can see the "add to cart" link is present,

it just has a "display:none" property in the modules css file;

 

so to fix this you'll have to go to homefeatured.css and change

#featured-products_block_center li .ajax_add_to_cart_button {
   display: block;
}

 

to

 


#featured-products_block_center li .ajax_add_to_cart_button {
   display: inline-block;
}

Link to comment
Share on other sites

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...