Greetings,
We are using the default theme, is it possible to make the font size larger? If so how do we do that?
Thank you.
You can add Custom CSS with the ACP (Appearance -> Custom CSS). As a start, the following will do what you want.
.categories > li .content > h2, .category > ul > li .content h2 {
font-size: 15px;
}
.categories > li, .category > ul > li {
padding-bottom: 0;
}
.topic h1 .topic-title {
font-size: 23px;
}
hr {
margin-top: 10px;
margin-bottom: 10px;
}
Thank you so much @pitaj . It made my day, I hv been struggling with this for few days.., It is working for what i hv asked for . I am still trying to understand the syntax and keywords, so that i can use it in more locations/more changes.
is there a list of various elements (like .topic etc ) which i can refer and do more such customization. ?
Also another question is there a way, I can get page menu items created and be mapped to a category ? like the following ??
You should be able to use the inspection tools in Firefox or Chrome to get the CSS class of the element by right clicking and clicking inspect element
You can create custom menu items in the ACP (I believe under General -> Navigation) and link them to your category pages