Tagged: blockquote
-
AuthorPosts
-
August 16, 2017 at 3:31 pm #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 7 years, 3 months ago by rijnencreatie.
August 16, 2017 at 5:28 pm #839996Hey 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,
SarahAugust 16, 2017 at 8:49 pm #840078Hello Sarah,
Please read my comments in the Private Section.
August 16, 2017 at 11:20 pm #840122Hi,
Try this code in the General Styling > Quick CSS field:blockquote p {font-family: 'Salsa'!important; }
Best regards,
MikeAugust 17, 2017 at 8:53 am #840299Thanks 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.August 20, 2017 at 7:30 am #841609Hi,
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,
RikardAugust 21, 2017 at 12:15 pm #841964See 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).August 23, 2017 at 4:31 pm #843150Hi 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,
VictoriaAugust 23, 2017 at 9:44 pm #843287Of course!
- This reply was modified 7 years, 3 months ago by rijnencreatie.
August 28, 2017 at 1:16 pm #844785Hi rijnencreatie,
Yes, I confirm, I have the same on my installation, the option for the font family for the blockquote is gone.
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 -
AuthorPosts
- You must be logged in to reply to this topic.