By Louise Holmes on Tuesday, 26 April 2016
Posted in General Issues
Replies 6
Likes 0
Views 496
Votes 0
Hi there,

I am currently looking at tweaking the menu bar on the easydiscussion part of my website.



I would like the categories as the default home menu item and home to be second - how can I switch this around?

Also - is there any way of making the FontAwesome icons bigger?

Many thanks,
Katrina
Hi Katrina,

I would like the categories as the default home menu item and home to be second - how can I switch this around?

Currently it is not possible to achieve this via quick settings.

is there any way of making the FontAwesome icons bigger?

You can try to use the following css code and see how it goes.
div#discuss-wrapper [class^="icon-"] {
font-size: 19px;
}
·
Tuesday, 26 April 2016 18:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks! Should I just put this code in custom.css?
·
Tuesday, 26 April 2016 18:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes that's correct.
·
Tuesday, 26 April 2016 19:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry I have got it working now, thanks!
·
Tuesday, 26 April 2016 19:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Just a quick question - is there any way of changing the font awesome icons in the menu? How would I do that?
·
Tuesday, 26 April 2016 19:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Katrina,

Thanks for getting back to us that worked

By the way, I would like suggest you update your Easydiscuss 3.x to 4.x version before you modify these font awesome icon from your site, because in Easydiscuss 4, that was easy to switch these awesome icon.

You can just copy one of the awesome icon class name then replace into code file, it will change it immediately, you can refer on my attached screenshot below.

If you would like to see what is the different layout between Easydiscuss 3.x and 4.x, you can access our demo site here.
·
Wednesday, 27 April 2016 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post