Hi, please can you tell me which file contains the css for the search button in the Directory Search module, I need to change the colour to match my site
Thanks in advance
Hi,
The css file that contains the button css is located on \components\com_jbusinessdirectory\assets\css\forms.css.
We recommend to override the css on template level. The css code is
.ui-dir-button, a.ui-dir-button, .ui-dir-button.ui-dir-button-disabled:hover, input.ui-dir-button[disabled="disabled"]:hover, button.ui-dir-button[disabled="disabled"]:hover {
background: #0095DD ;
}