HTML and Buttons

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue May 20, 2014 9:28 am
Hi,

I want to change HTML and the words in the buttons.
How can I do?
User avatar
Fresh Boarder

GK User
Tue May 20, 2014 9:35 am
Sorry, but your question is to general. Please be more specific.
User avatar
Moderator

GK User
Thu May 22, 2014 8:34 am
My website is www.sexalia.it
When I show the icon of the cart, the button "concludi l'acquisto" is too simple!
I want change it! But I don't find the HTML in the ftp or function in the joomla panel!

Thanks!
User avatar
Fresh Boarder

GK User
Thu May 22, 2014 6:58 pm
Could you please check if your site works correctly?
User avatar
Moderator

GK User
Mon May 26, 2014 12:07 pm
Yes
User avatar
Fresh Boarder

GK User
Mon May 26, 2014 8:42 pm
Sorry but I can't find this text on your site. Could you please provide specific url and create a screenshot with the button marked on it?
User avatar
Moderator

GK User
Thu Jun 05, 2014 9:11 am
Image

The button "Concludi l'acquisto".
I want change, to create a graphic button. Is it possible?
User avatar
Fresh Boarder

GK User
Sat Jun 07, 2014 8:19 am
You can do it with use of css and selector:
Code: Select all
#vmCartModule  dd.show_cart > a {}
User avatar
Moderator

GK User
Tue Jun 17, 2014 9:04 am
My button "Concludi l'acquisto" now:

Image

...and I want change in this!

Image

How can I do?
User avatar
Fresh Boarder

GK User
Thu Jun 19, 2014 9:25 am
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
dd.show_cart a {display: inline-block; color: #fff; background: #007f00; padding: 8px;}

Remember to enable "CSS override" in template settings - advanced section.

Ps - next time please post your question in template specific forum, not general one.
User avatar
Moderator


cron