Border Radius
Last updated
Last updated
Paradigm supports customizing Border Radius of buttons, inputs and page elements (images, post blocks).
The theme provides two CSS variables that allow you to customize the border-radius of various elements:
--border-radius-buttons
- this variable adjusts the border-radius
for buttons.
--border-radius-images
- this variable adjusts the border-radius
for images.
--border-radius-blocks
- this variable adjusts the border-radius
for various elements on the website, tier's card, post content block, etc.
--border-radius-inputs
- this variable adjusts the border-radius
for inputs.
--border-radius-tag-icons
- this variable adjusts the border-radius
for post tag icon ( ).
--border-radius-submenus
- this variable adjusts the border-radius
for submenu in header.
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