[Resolved] Styling blockquotes

Home Forums Support [Resolved] Styling blockquotes

Home Forums Support Styling blockquotes

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34530
    Mario

    Hello Tom,

    I need to get this blockquote style on Generatepress:

    blockquote {
      padding-left: 15px !important;
      border-left: 4px solid #ccc !important;
      margin: 10px 0 10px 0 !important;
    }
    
    blockquote p {
      font-family: 'PT Sans',sans-serif !important;
      font-size: 15px !important;
      line-height: 21px !important;
      font-style: normal !important;
      text-align: left !important;
      color: #a5a4a4 !important;
    }

    Where do I put the code?
    Thanks,

    Mario

    #34531
    Tom
    Lead Developer
    Lead Developer

    I suggest using a plugin like this: https://wordpress.org/plugins/simple-css/

    #34551
    mariosem

    Thanks, I’ll try this

    Mario

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