[Resolved] Editing bquote css for Marketer subtheme

Home Forums Support [Resolved] Editing bquote css for Marketer subtheme

Home Forums Support Editing bquote css for Marketer subtheme

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

    Hello!

    Please help me to edit bquote font size – I want to use 1em, not 1.2em font – for the Marketer sub theme.

    I changed ALL css files that could find at assets/ccs:
    all.min.css
    main-rtl-min.css
    main.min.css
    mobile-min.css
    style.min.css

    But NO result – anyway bquote font is 1.2em 🙁

    #1667524
    David
    Staff
    Customer Support

    Hi there,

    first off – DO NOT make any changes to the theme Style sheets – those will be lost when the theme is updated.

    If you want o set a specific font size for the blockquote then simply add this CSS to your site

    blockquote {
        font-size: 1em;
    }

    How to add CSS: https://docs.generatepress.com/article/adding-css/

    #1667878
    Ivan

    Thank you!

    #1667893
    David
    Staff
    Customer Support

    You’re welcome

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