Add this to theextra.less
template:
CSS:.node-title { font-size: 20px; font-weight: 700; }
Adjust to suit.
In that case you will need to make the selector more specific.
You can do that using the page template, like so:
CSS:[data-template="forum_list"] .node-title { font-size: 20px; font-weight: 700; }
Just tried. This actually doesn't work. The sub-forum titles on the parent forum page still follow the same format as defined in the code.In that case you will need to make the selector more specific.
You can do that using the page template, like so:
CSS:[data-template="forum_list"] .node-title { font-size: 20px; font-weight: 700; }
In that case you will need to make the selector more specific.
You can do that using the page template, like so:
CSS:[data-template="forum_list"] .node-title { font-size: 20px; font-weight: 700; }
Thanks, but I wrote that I need to remove it only from the forum list. Therefore the code.
I have an iPhone XS. In the landscape mode it works. Maybe your display is bigger?Yeah. later I realized what you really meant. And I tested your code. It actually works even in mobile view.
We use essential cookies to make this site work, and optional cookies to enhance your experience.