badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Block Quote

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #36506
    lemonpath
    Participant

    I have put a block quote in one of my posts, there is a thick line on the left and a thin line on the right, how do I fix this?

    Also how do I change font in a block quote.

    Thanks

    Deb

    #36511

    Hi Lemonpath,

    To remove the border line go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    blockquote {
        border: 0 none;
    }

    Thank you for using our theme.

    #36602
    lemonpath
    Participant

    Thanks for that it worked, please can you give me CSS for a lines right and left the same thickness.

    Also how do I change font in a block quote.

    Deb

    #36609

    Hi Lemonpath,

    Default CSS for blockquote is as below:

    blockquote {
        border-left: 4px solid #5f85b0;
        border-right: 1px solid #bbb;
    }

    And to change the font you can set via Appearance > Theme Options > Design Options > Typography Options. There you will find to style the font as you like.

    Thank you!

    #36644
    lemonpath
    Participant

    Block quote worked, thank you

    I have had a look at Typography options, but does not give option to change font just for block quote, I want the font to be different from content, titles etc.

    Cheers

    Deb

    #36648

    Hi Lemonpath,

    To change font just for block quote you have to add the cutstom css. Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    blockquote {
        font-family: arial, serif;
    }

    Note: Please change above font-family arial to your own font-family.

    Thank you!

    #36682
    lemonpath
    Participant

    Thank You, You’ve been very helpful!

    #36688

    Hi Lemonpath,

    Great!
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/clean-retina
    We really appreciate your rating.

    Thank you!

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