By Giovanni Mio Medicina on Friday, 15 September 2017
Posted in Technical Issues
Likes 0
Views 482
Votes 0
Hello,
I'm working on easyblog css in esmobile.
how do i create a css override: #eb .eb-comp-toolbar (detail in attached photo).
thank you
Hi there,

You can apply those changes on your current template's customs.css file. But it is required for you to append css codes below in order for it to applied on mobile view.
[gist type="css"]
@media (max-width:768px)
{
//your codes here, example
#eb .eb-comp-toolbar {
background-color: red !important;
}
}
[/gist]

Please give it a try and see how it goes
·
Friday, 15 September 2017 15:35
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you Warith
·
Friday, 15 September 2017 16:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 15 September 2017 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post