Hello EasySocialers,
I am trying to override the more.min.css through templates override. So, I created a custom.css and I included inside
In order to modify the appearance of the Top User Bar.
I uploaded to /public_html/templates/t3_bs3_blank/html/com_easysocial/css/ folder but it is not responding...
Is the path right?
I am trying to override the more.min.css through templates override. So, I created a custom.css and I included inside
/* TOP USER BAR */
body div#fd.es .es-toolbar .navbar-inner {
background-image: linear-gradient(to bottom, #000 0px, #000 100%);
border: 1px solid #000;
margin-top: 8px;
}
In order to modify the appearance of the Top User Bar.
I uploaded to /public_html/templates/t3_bs3_blank/html/com_easysocial/css/ folder but it is not responding...
Is the path right?