Blockquote styling

Home Forums Gillion Theme Blockquote styling

Home Forums Gillion Theme Blockquote styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • przyzielonymstole
    Participant

    Hello,

    Could you please tell me how to style blockquote? Change font, weight and size? After adding some code to “custom code” section in theme options it doesn’t work. Even with !important rule.

    Thanks!

    Solution for this topic

    Hi @przyzielonymstole,

     

    I hope you are well today and thank you for your question.

     

    I don’t know which custom CSS code you have tried but you can style it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #content blockquote {
        font-family: arial;
        font-size: 25px;
        font-weight: 500;
    }

     

    Best regards,
    Shufflehound team

    przyzielonymstole
    Participant

    Thanks a lot! 🙂

    You are most welcome here 🙂

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