hhlp
November 13, 2020, 10:54am
1
I’ve had 7 Categories but there are separated by a fine underline that it almost invisible and I would like a little spaces between then to get more visibility and clearly respectively
this is what i get and the arrow indicate where I can add the GAP between Categories:
desktop category page style: Categories and Latest topics
category style: Bullet
Is this possible?
Regards.,
osioke
(Osioke Itseuwa)
November 13, 2020, 11:01am
2
Try inspecting with your browser’s dev tools to find the CSS to target and then adjust accordingly. You may find this guide useful.
This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools.
Required user level: Administrator
Summary
This guide covers:
A brief introduction to CSS and key concepts
How to add CSS to your Discourse site using theme components
Using browser inspection tools to find the right CSS selectors
Understanding CSS basics
C…
Check our CSS at: Categorias - FórumSCP
Basically you need these:
border-collapse: separate;
border-spacing: 0px 1em;
But maybe someone has a better approach.