🧮Border Radius
Digital Nomad supports customizing Border Radius of buttons and tags.
The theme provides two CSS variables that allow you to customize the border-radius of various elements:
--border-radius-buttons
- this variable adjusts theborder-radius
for buttons.--border-radius-tags
- this variable adjusts theborder-radius
for tags.--border-radius-inputs
- this variable adjusts theborder-radius
for inputs.--border-radius-images
- this variable adjusts theborder-radius
for images.--border-radius-blocks
- this variable adjusts theborder-radius
for various elements on the website, including sidebar widgets, post's content blocks, etc.
To customize:
Access the Settings > Code Injection from the admin menu.
Click Open
In the provided space, specify the desired border-radius using the appropriate CSS variable. For example:
Click Save
Last updated