addtocart button

Amazing responsive, mobile ready VirtueMart e-commerce Joomla template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jan 23, 2013 7:59 pm
Reply with quote
Report this post
Hello

I am using bikestore template and I want to add some css to addto cart button.
When I add .addtocart-button to joomla.css it doesnt work.
I also tried to put it on override.css it didnt work also.

When I change the button styles, it affects all buttons and I dont want it.

Where should I add the css just to change the addtocart button.

Thanks
User avatar
Fresh Boarder

teitbite
Thu Jan 24, 2013 5:22 am
Reply with quote
Report this post
Hi

For start please check if override is enabled in template settings, if not please enable it. Than please show me your site with guidelines to the exact button You would like to change.
User avatar
Moderator

GK User
Thu Jan 24, 2013 1:01 pm
Reply with quote
Report this post
Yes css override is effective.

Here this link is product detail page. http://www.vivense.com/mobilya/kanepe/m ... lgisi.html
I want to customize the addtocart button.

Just to try I have added this line of code into override.css but it doesnt show up.
.addtocart-button
{color:red;}
User avatar
Fresh Boarder

teitbite
Fri Jan 25, 2013 9:06 pm
Reply with quote
Report this post
Hi

Ok. I can see it now. In Your case the best selector will be:

Code: Select all
input.addtocart-button {
    color: red;
}
User avatar
Moderator


cron