Forums Index > Mewsoft Products > Auctionawy > Categories tree
mohammed First Post Posted on: 11-12-15 11:52 AM
Categories tree

Dear Ahmed. How the categories font in the front page can be resized to be bigger. I tried the code " Font size 3 " in the Frontpage templete and in the CategoriesVertMenue Gadget but it is not working. Also I tried to add this code in the category name from the catgeries manager in the admin area but the code is shown in the frontpage rather doing its effect How I can do it? Please help Mohammed
mewsoft Reply #: 1 Posted on: 11-13-15 03:26 AM
Re: Categories tree

Hello Mohammed,

there are many ways to change the styles for this, this is a jquery menu, in the jadget code in the front page template,

we pass argument called class, this is a css class for the menu that you can create your own classes and pass them there,

one quick and easy way for css specific to this menu is:


#categories-menu a {
    font-size: 22px;
}

the categories menu id is "categories-menu" so you can use it to add your own css rules, put this css in the template

frontpage between < style> and </ style> tags or put it in styleover.css.



Mewsoft Support
www.mewsoft.com