Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #843970

    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.

    #843972

    Hi AlfredoS!

    Please add following code to Quick CSS

     blockquote { border: none !important; }

    Best regards,
    Yigit

    #843985

    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;

    #843986

    Hey!

    Please add following code to Quick CSS as well

    
    blockquote {
        padding-left: 0;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.