By Giovanni Mio Medicina on Monday, 30 October 2017
Posted in General Issues
Likes 0
Views 644
Votes 0
Hello
I downloaded the new mobile version.
I found some settings in the plugin, I would need some clarification:
- how can I change the background color?
- I saw a new menu (the joomla menu list, the one in the photo).
Can I remove it?
thank
- I saw a new menu (the joomla menu list, the one in the photo).
Can I remove it?
Can I use custom css to remove it, or does it affect something else?

.es-mobile-topbar__item:last-child {text-align: right;display: none;}
·
Monday, 30 October 2017 21:08
·
0 Likes
·
0 Votes
·
0 Comments
·
You can change the background color from this plugin "System - EasySocial Mobile".

Yes, you can apply that custom css without conflict anything.
·
Tuesday, 31 October 2017 13:59
·
0 Likes
·
0 Votes
·
0 Comments
·
hello, sorry insistence, but I do not find the option to change the es mobile background. in the plugin there is no
·
Tuesday, 31 October 2017 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry that i misunderstand your question in earlier, currently only available admin to set the toolbar background colour and font colour.

Perhaps you can share with us some of the screenshot which part background you would like to change the colour so I can provide you some of the custom css to achieve this.
·
Tuesday, 31 October 2017 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, I meant the esmobile background (gray)
I've applied changes to custom css:

# es.is-android .es-mobile-content {background: # eef4db;}
.es-mobile-wrapper # es.is-mobile .es-container {background: # eef4db;}
# es.is-mobile.es-main {background: # eef4db;}

But I would not have shared with other things.
I applied them, and I looked a little around the site and it looks like the changes are just in the background.
Do you think it's right?
·
Tuesday, 31 October 2017 21:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Based on what i checked in your custom.css file, it seems like you already did added your web mobile background stream colour, this is the following css code what you applied into your custom.css file in previously.


.es-mobile-wrapper #es.is-mobile .es-container {background: #eef4db;}
#es.is-mobile.es-main {background: #eef4db;}


I think you can just apply 1 css which is #es.is-mobile.es-main {background: #eef4db;} then should be enough to handle this.
·
Wednesday, 01 November 2017 14:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Many thanks, but before I did not find it, sorry the disturbance ..
·
Friday, 03 November 2017 21:04
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem.
·
Friday, 03 November 2017 21:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post