By Azusa PD on Wednesday, 06 September 2017
Posted in General
Replies 6
Likes 0
Views 183
Votes 0
I am currently rebuilding our website and want the forum and news area to look the same. For example, if you look at the search boxes on both pages in the left sidebar, you will see the search button is blue, and there is no text in the area where you enter search terms. However, when you go to the forums page, you will see there is no color in the search button, and the words "Looking for something" appear in the search terms box. Also, you will notice the words above the toolbars on both pages appear to be different size fonts.

Is there a way to have both extensions have the same look and feel, for a uniform appearance on the site?
Hey,

Do you prefer to follow the look and feel of EasyDiscuss toolbar or EasyBlog?
·
Wednesday, 06 September 2017 22:08
·
0 Likes
·
0 Votes
·
0 Comments
·
I like the EasyDiscuss look.
·
Tuesday, 12 September 2017 22:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

You could add this block of css code into your template's css file,

[gist]
body #eb .o-nav__item:first-child > .eb-navbar__icon-link {
color: #fff !important;
background-color: #3071a9 !important;
border-color: #285e8e !important;
outline: none !important;
border: 1px solid transparent;
border-radius: 3px;
}

body #eb .eb-navbar__footer-link {
font-size: 11px;
font-family: Helvetica, Arial, sans-serif;
}
[/gist]

This would ensure that the toolbar on EasyBlog will be very similar to EasyDiscuss.
·
Tuesday, 12 September 2017 23:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I added it, but if you go to http://staging.azusapd.org/forum and http://staging.azusapd.org/news - you'll see there is still a difference in the fonts for "The Azusa PD Blog" on the news page, and "Ask The Azusa Police Department" on the forum. Any suggestions?

Mike
·
Tuesday, 19 September 2017 05:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that it is using same font right now as you can see as listed below.

Easyblog
http://take.ms/cIkmb

Easydiscuss
http://take.ms/UXr3q

Please advice.
·
Tuesday, 19 September 2017 11:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post