By T.W. van Urk on Thursday, 10 November 2016
Posted in Technical Issues
Likes 0
Views 173
Votes 0
Hi there,

I remarked the search string in the Toolbar is somewhat invisible for some users. Is it possible to add a white background with black letters to the search box? I Use the bubbles theme.

Kind regards, T.W. van Urk
Hi T.W. van Urk,
Is this what you are looking for? http://take.ms/vzo5Z
If yes, there is no setting for this. You would need to add the custom css codes below into JoomlaFolder/templates/yourCurrentTemplate/html/com_easyblog/styles/custom.css

div#fd.eb .eb-navbar-search {
background: white !important;
border-top: 1px solid #1b1b1b;
border-bottom: 1px solid #1b1b1b;
}

Do take note that we do not provide customization support.
Regards.
·
Thursday, 10 November 2016 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

Your solution looks vary nice. I will try this.
Thank you for your quick respons.

Kind regards, T.W.van Urk
·
Thursday, 10 November 2016 15:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey T.W.van Ur,

You are most welcome. Glad to know I was able to help.

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, 10 November 2016 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post