By Vlassis on Thursday, 30 July 2015
Likes 0
Views 1K
Votes 0
Hello EasySocialers,
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?
Hey Vaggelis,

Yes, that was correct path for the Easysocial custom.css file.

Can you try add !important at your css code and see how it goes?

/* TOP USER BAR */
body div#fd.es .es-toolbar .navbar-inner {
background-image: linear-gradient(to bottom, #000 0px, #000 100%) !important;
border: 1px solid #000 !important;
margin-top: 8px !important;
}


Hope this helps.
·
Thursday, 30 July 2015 10:59
·
0 Likes
·
0 Votes
·
0 Comments
·
You rock as always!!!

Many thanks :-)
·
Friday, 31 July 2015 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Vaggelis, glad that your issues are resolved now.
·
Friday, 31 July 2015 00:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post