Adaptable Category Font

Adaptable Category Font

by Sandra Watts -
Number of replies: 3

Moodle 3.3.1+ (Build: 20170810) Just installed Adaptable theme on test server.

Can't find where to change font size for Categories that will be showing on front page - any ideas?

many thanks

Sandra

Average of ratings: -
In reply to Sandra Watts

Re: Adaptable Category Font

by Sandra Watts -

I think I have found it now didn't realise i need to put custom css in modifications.  could this be added in somewhere in menu to adjust category font?


/* all (course category size on front page) */

.headingblock, h3.main, #site-news-forum h2, #frontpage-course-list h2, #frontpage-category-names h2, #frontpage-category-combo h2, .course_category_tree .category > .info > .categoryname {

    color: #17365c;

    font-size: 14px;

    border-bottom: 0px solid #eee;

    font-weight: bold;

    margin-bottom: 6px;


In reply to Sandra Watts

Re: Adaptable Category Font

by Fernando Acedo -
Picture of Plugin developers Picture of Testers

Just add your CSS code into the Custom CSS box and Adaptable will use your code instead the default.

The font-size property is enough. You do not need to add the rest of properties because already applied by Adaptable.