By Awat-Johannes Abraha on Tuesday, 17 January 2017
Posted in General
Replies 6
Likes 0
Views 183
Votes 0
Hello,

how can I display the title of easy discuss in center of toolbar instead of header of ed-toolbar?

cheerio
Hi there,

Can you try to apply the css code below and see how it goes?

#ed div.ed-head__info h2.ed-head__title {
text-align: center !important;
}
·
Tuesday, 17 January 2017 18:32
·
0 Likes
·
0 Votes
·
0 Comments
·
First I wanna thank you for your help.

Now its in the center but not inside the black navbar. I would like to have it like in the attachment where the arrow shows.The Color of the title has to be white, just for the single item.
·
Tuesday, 17 January 2017 18:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I am really sorry but unfortunately we cannot accommodate your request currently as it is difficult to achieve and beyond our support scope's policy as outlined in http://stackideas.com/support
Perhaps can you try to edit the toolbar file:
JoomlaFolder/components/com_easydiscuss/themes/wireframe/toolbar/default.php
and for white colored text you can use the css code below:

#ed div.ed-head__info h2.ed-head__title {
text-align: center !important;
color:white !important;
}


Having said that, if you require us to perform the customization for you, you can always request for a quote from us at https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.
·
Wednesday, 18 January 2017 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post