Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1144143

    Hey!

    http://www.hotelladdict.se

    How do I change the font in the block quote element?’

    I also want to make the line on the left hand side of the block quote thinner

    What code shall I add?

    Thanks
    Charlotte

    #1144293

    Hey Charlotte,

    What font are you trying to use, this can likely be accomplished with css.

    Please link us to a page on the site where we can see a block quote.

    Best regards,
    Jordan Shannon

    #1145337

    Hi Jordan,
    i am using font Georgia,
    Thanks
    Charlotte

    #1145368

    Hi Charlotte,

    https://cl.ly/9e47c5da259c You can customize the blockquote in the Theme Options > Advanced styling.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1146888

    Thanks I know but you can’t change the type of font here which is what I wanted to do.

    /Charlotte

    #1147266

    Hi charlotteraboff,

    Do you mean the type? The font family or font-variant?

    Best regards,
    Victoria

    #1147297

    In

    you can only change:
    Font Color
    Border Color
    Font Size
    Line Height

    There is no option to change to Font Georgia

    Best regards
    Charlotte

    #1147474

    Hi,
    I tried searching your page for a block quote, but I couldn’t find one, please post the text, an admin login may be helpful too.

    Best regards,
    Mike

    #1147499

    Hi Mike,
    Why can’t I just add a code for changing the block quote font all over the site?
    Why do you need to log in in order to help me with it? It can’t be that complicated.

    Best regards
    Charlote

    #1147507

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #wrap_all #main blockquote,#top #wrap_all #main blockquote p,#top #wrap_all #main blockquote a {
      font-family: 'georgia' !important; 
       border-left-width: 2px !important; 
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1148254

    Thanks :)

    #1148496

    Hi,

    Did you need additional help or shall this topic be closed?

    Best regards,
    Jordan Shannon

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