i would recc doing option+command+i and use the inspect tool to click on the specific property that u want to change and then mess around with the css. once u like how it looks copy and paste it into the css box when u edit ur profile (sorry if that's confusing,, let me know if u need more detail)
for the solid color box this(blurbs), i didn't know what you meant exactly, i think i took it too literally. but its a box w/ solid borders and background, change background color/border color/width as you wish, via hex code or image( " url( ) " ), if it does not work please tell me!!
.box.blurbs p{
display: inline-block;
border: 1px solid #000;
text-align: center;
background: ;
}
hi!!
1) u can add a custom cursor by using:
cursor: url(), auto !important;
}
u can find a cursor on https://www.cursors-4u.com/
for the solid color box this(blurbs), i didn't know what you meant exactly, i think i took it too literally. but its a box w/ solid borders and background, change background color/border color/width as you wish, via hex code or image( " url( ) " ), if it does not work please tell me!!
.box.blurbs p{
display: inline-block;
border: 1px solid #000;
text-align: center;
background: ;
}