Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #839931

    I updated the enfold theme and the font of the block quotes changed. When I go to the extra styling option I see that I can’t choose the font for the block quote anymore. This option has gone, only line height and font size remain. Why is this?
    Is there an other way to choose a different font type for the block quote?
    Thanks a lot.

    • This topic was modified 6 years, 8 months ago by rijnencreatie.
    #839996

    Hey Marcel,

    Would you mind providing a precise link to your site, showing the elements in question? Is it the website in the Private Section of my reply?

    Best regards,
    Sarah

    #840078

    Hello Sarah,

    Please read my comments in the Private Section.

    #840122

    Hi,
    Try this code in the General Styling > Quick CSS field:

    blockquote p {font-family: 'Salsa'!important; }

    Best regards,
    Mike

    #840299

    Thanks for your reaction.

    Adding the code in the css field changes the font, but not to the font in the code (Salsa).
    Therefore I used different font-families in the code, but that did not give any change. Everytime the same font was shown.

    #841609

    Hi,

    Sorry for the late reply. When I inspect the element the blockquote is using the Salsa font, is that not correct? Or do you mean that the font you are importing is wrong? What should the font look like?

    Best regards,
    Rikard

    #841964

    See the link in the private section for an image to explain.

    You see how it was before I updated the Enfold theme. The font you see in the block quote is Salsa.
    After the update of the Enfold Theme the Salsa font has gone. I think the font for the paragraph is used.
    After adding the css-code you suggest another font (serif) is shown in the block quote. But this is not the Salsa font.
    I can change the name Salsa in the added css-code to any other font that is available in the template, but nothing changes, everytime it looks as on the last picture (the serif font).

    #843150

    Hi rijnencreatie,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #843287

    Of course!

    • This reply was modified 6 years, 7 months ago by rijnencreatie.
    #844785

    Hi rijnencreatie,

    Yes, I confirm, I have the same on my installation, the option for the font family for the blockquote is gone.

    View post on imgur.com

    I will ask my colleagues if this was intentional or an error.

    For now you can simply add this code to the start of your child theme’s style.css file:

    
    @import url(//fonts.googleapis.com/css?family=Open+Sans:400,600%7CSalsa);
    

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

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