• Hi all,
    I searched on blockquote and found some threads but nothing that answered my question.
    When I use a blockquote the text is not formatted according to the rest of the CSS for my site, which is the dots layout.
    Test example post:
    https://www.kevin-jarrett.net/blog/
    I believe I need to add something to my CSS to make the blockquote text use the font the rest of the site does. How do I do that?
    Thanks, kj

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try having a carriage return after the quote:

    Blah blah blah


    View Source shows no tag inside the blockquote right now.

    Thread Starter kjarrett

    (@kjarrett)

    Superb, thanks. Wurks grate. Was putting them intermixed with the text as that was how it worked with Blogger. I’m so glad to be DONE with that service…WP rocks. thanks again.

    Or, you can define the blockquote in your CSS by putting
    #blockquote {
    (blah blah various parameters)
    }
    THat’s how I did it on my blog (which is also a Dots template), and when I use the Markup tag > (which designates a blockquote), the blockquote gets styled how I like.
    https://www.neiluchitel.com

    i currently have a white background on my page…..
    whenever i use the blockquote by wordpress it gives this grey bar in front of the words i blockquote.
    can i change the color of the blockquote? and if so where do i do that? where is the code in wp about blockquote? thanks!
    this is an example of what i am trying to accomplish
    https://www.symplex.org/archives/2004/06/21/welcome-to-summer/

    in the css:
    blockquote {
    color: #666;
    margin: 15px 0;
    padding: 0 0 0 40px;
    background: url(‘layout/kubrickblockquote.png’) no-repeat top left;
    }
    Of course you will need your own image and link to it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blockquotes not formatting text?’ is closed to new replies.