Tagged: border color
Hi guys,
I like the blockquotes of the theme. But sometimes I want to hide the border. The border on my site now is yellow. But I want to remove it or change it into another form. Is this possible.
I tried several things:
blockquote {
font-family: “avant-garde-pro-bold”;
border-color: #hide !important;
}
Also tried transparant en none.
Thanks for the help.
Hi AlfredoS!
Please add following code to Quick CSS
blockquote { border: none !important; }
Best regards,
Yigit
Boy. That was easy. Should had figured that out. Thanks. Is it possible to align it to the left?
I used this: text-indent:
text-indent: none !important;
indent: none !important;
blockquote-indent: none !important;