News:

Looking for documentation? Take a look on our wiki

Main Menu

color of button

Started by cocacolacowboys, October 19, 2017, 11:28:18 AM

Previous topic - Next topic

cocacolacowboys

Joomla is 3.8.1 and Virtual Map is version 3.2.4.

Hi,
I have looked at the forum but just find how to change Add to cart button.
I want to change the color and size of Registration and checkout" and "Go to checkout as a guest"  - see attached file

It looks similar when I'm testing with protostar-template.

Where do I change this?

Thank you


driver_wedge

You need to add custom CSS to override the styling that exists currently. Are you familiar with right-click and 'inspect element'? You can identify the necessary selectors and properties involved.

Post a link to the site if you need help.

cocacolacowboys

Thank you very much for your replay.
I'm not so familiar but I know how to do.
My problem after that is to find the right class name of button in right css-file

jenkinhill

On your browser hit F12 to get at dev tools (if present) to inspect the code & identify the class.  In defaultVM the class is .vm-button-correct

Which file the current style definition is located in is irrelevant, as you should add the new style in a css override.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

cocacolacowboys

Thank you so much to both of you. Now I know everything about Inspector : )