Q: What you suggest in you reply affects only the link block border radius.
s.
What code should we add to set the border of ALL type of blocks in the bio page??
including these blocks:
video link with thumbnail layout
image gallery
tiktok wall
etc etc
i want to set all blocks radius the same , so the design looks good.
What is the css code to change all blocks border radius to be the same???
2. How can we change the social icons with our icons,, so they can fit the overall design?
Nass-Linke
May 15, 2024A: Hi,
To round all the blocks, use this CSS code :
<style>.paragraph,.oprvw,.heading{border-radius: 60px}</style>
For the customization of the social links block, you can choose between 3 different themes, but if you want to use your own icon, you have to add them as a link block each
Best