gogo Well-known member Sep 9, 2020 #1 For example, I would like to make these titles a bit larger and always keep bold even if it's marked read. And it only applies on the forum titles in forum main page. How do I do it? Thanks.
For example, I would like to make these titles a bit larger and always keep bold even if it's marked read. And it only applies on the forum titles in forum main page. How do I do it? Thanks.
Solution P P Paul B Sep 10, 2020 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; }
Sentenza Member Sep 16, 2020 #21 Ok, I saw your animation. I don‘t know why it does not work on the iPhone XS. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Sep 18, 2020 #23 I recommend starting a new thread if you have a different styling question. Piggybacking on other threads just makes things messy/confusing and doesn't allow for a solution to be marked. Upvote 0 Downvote
I recommend starting a new thread if you have a different styling question. Piggybacking on other threads just makes things messy/confusing and doesn't allow for a solution to be marked.