By Syabab on Thursday, 02 February 2017
Posted in General Issues
Likes 0
Views 289
Votes 0
Hi,

Background color error for a default dark theme, how to fix this? It got a correct color if we create a new custom field - text area.

So far this error is at the create new Group, Event and Pages.
(See attached file)

Template: Protostar - Default (1 custom changes, container color to dark)
Joomla 3.6.5
Easysocial 2.0.10
Hi Syabab,
I am able to replicate the inconsistent background for the cluster description in my local instance. I have logged this issue internally so the devs can look into it. In the meantime, can you try using the temporary custom css fix below and see if this works for now?

#es .data-field-textarea textarea {
background-color: #333;
background-image: none;
border: 1px solid #555;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #f5f5f5;
display: block;
font-size: 13px;
line-height: 1.53846;
margin: 0;
padding: 6px 12px;
}
Let us know how it goes, thanks.
·
Thursday, 02 February 2017 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks...that works so far...
·
Thursday, 02 February 2017 12:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Syabab,

You are most welcome. Glad to that the temporary fix works.

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.
·
Thursday, 02 February 2017 13:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post