Let’s say if you want to change the default primary button color as shown above then we need to override _theme.less file in the app/design/frontend/Mage/Monkey/web/css/source directory and put below code
1 2 3 4 5 6 7 |
/* Primary button */ @button-primary__background: #000; @button-primary__border: 1px solid #000; @button-primary__color: #fff; @button-primary__hover__background: #fff; @button-primary__hover__border: 1px solid #fff; @button-primary__hover__color: #000; |
Hope applying the above code will help you to change colors as per your requirements.
If you want get query string params in controller file,...
Create di.xml and add the below code Magemonkey/Redirect/etc/frontend/di.xml [crayon-628371c760c61123315422/] Create...
You can try below code to change local date to...
Step 1: First you need to add registration.php file in...
Step1 : Override message.js in current theme file on the...