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
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.
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
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.
Thank you so much to both of you. Now I know everything about Inspector : )