Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change quotes appearance?

Viewing 4 replies - 1 through 4 (of 4 total)

  • Robin W
    Moderator

    @robin-w

    I think it’s theme related – can you post a link to an example and I can see what is setting it


    Anonymous User 15283950
    Inactive

    @anonymized-15283950

    The forum I was asking about is private, but it uses Jarida theme. Let me know if I can provide more info.

    The quotes I took a screenshot of are to the left of the quoted block, but rather large and… unappealing 🙂


    Robin W
    Moderator

    @robin-w

    ok, that is a bit like asking me how to open your car’s hood – it’s fine to tell me that you have a Nissan Navara, but since I don’t have one I don’t know how your car does that !!

    Since your theme is paid, I can’t look, so the following is a guess

    I would suggest you theme has a setting in css like :

    blockquote::before {
      color: #ccc;
      content: open-quote;
      font-size: 4em;
      line-height: 0;
      margin-right: 15px;
      vertical-align: -0.5em;
    }

    so you could reduce the font-size to say 2em.


    Anonymous User 15283950
    Inactive

    @anonymized-15283950

    I wasn’t sure if it was bbp or theme-related, but now I will use your answer as a guideline.

    Thank you for your help!

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