Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59837
    Herbie
    Participant

    How can I change the quote (e.q. a vertical blue line on the left?
    and text attributes
    I didn’t found in menu (which option ?)
    case not: I have a child (what are the codes ?

    Thank you in advance

    #59872
    Sakin
    Keymaster

    @Herbie: Sorry I don’t get it what you mean. Can you explain in reference with your site URL.

    #59992
    Herbie
    Participant

    website: http://naehbistro.com/literatur/lesen-mit-kindle-paperwhite/

    There is a blockquote starting with ”

    I like to replace the quote into an other character and add a blue vertical border on the left side (similar to a table)

    #59993
    Sakin
    Keymaster

    @Herbie: You can add border on the left by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    blockquote {
        border-left: 4px solid #1b8be0;
        padding-left: 10px;
    }

    The double quote mark in the blockquote is from the following css and change it as per your need.

    blockquote:before {
        content: "\201C";
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blockquote’ is closed to new replies.