By Sean Carney on Saturday, 31 December 2016
Posted in Technical Issues
Likes 0
Views 233
Votes 0
I would like to turn off the content that is loading into the eb-brand position.

What I would like it to have the EasyBlog toolbar move up to fill that space instead.

Is this possible with a setting?

Is this possible with an override?

If so, how?

Thanks, Sean Carney
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

I would suggest to use css to hide it.

I already applied following css block code into this file, it should work fine now.

JoomlaFolder/templates/buildr/css/custom.css


/* hide the Easyblog and Easydiscuss header */
div#fd.eb .eb-brand {
display: none !important;
}

#ed .ed-head__info .ed-head__title,
#ed .ed-head__info .ed-head__desp {
display: none !important;
}

#ed .t-lg-mb--lg {
margin-bottom: 22px !important;
}
·
Saturday, 31 December 2016 12:20
·
0 Likes
·
0 Votes
·
0 Comments
·
I would almost like to do the same thing with the EasyDiscuss pages. But, for the EasyDiscuss pages I believe I might need to keep h2.ed-head_title row in order to not lose the Subscribe via RSS and Subscribe via email links.
·
Saturday, 31 December 2016 03:36
·
0 Likes
·
0 Votes
·
0 Comments
·
http://drc.cloudaccess.host/blog

http://drc.cloudaccess.host/talk

http://drc.cloudaccess.host/club

I would like to make all three look as much alike as possible regarding the spacing.
·
Saturday, 31 December 2016 03:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Awesome! Thanks!!!!!

Sean
·
Saturday, 31 December 2016 21:50
·
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.
·
Sunday, 01 January 2017 10:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post