Attempting to customize the search button.
I created a custom.css file inside
/templates/currenttemplate/com_easyblog/styles/custom.css
The issue is one of the css codes is written like;
#eb .mod-btn-primary {
color: #fff !important;
background-color: #1e88e5 !important;
border-color: #1e88e5 !important
}
Located here;
/components/com_easyblog/themes/wireframe/styles/style-modules-5.1.10.min.css
No matter what i do whether using the custom.css within
or custom.css that I created within;
/templates/currenttemplate/css/custom.css
Is there something I am missing in the code in order to override css that has "!important" on it?