
-
AuthorPosts
-
March 2, 2020 at 8:25 pm #1189520
Hi there,
I’m trying to reset my fonts for my heading tags but some code somewhere on the site seems to be overriding any Advanced Styling options I add in there – please could you advise any other ways to go in and edit this or let me know where this code might be?
I’ve looked through the quick CSS but couldn’t seem to spot it there.
Thanks in advance!
March 3, 2020 at 10:12 am #1189649Hey Maiko,
What settings exactly are not applying? It would be great if you could point out a single element on the site. Also please include admin login details in private so that we can have a closer look at your theme settings.
Best regards,
RikardMarch 4, 2020 at 1:51 pm #1190055Hi Rikard
Thank you for coming back to me. Are you able to access the site with the link for a temporary login in the private content area of this post?
In the theme options > advanced styling menu, I’ve been trying to apply different font settings for H1 through to H6 to allow for better SEO formatting for my blog posts. Currently, they’re set up with some in cursive etc so it doesn’t look right when I use the heading tags properly in order to help the content rank on Google.
For example – I would like to set H3 as Montserrat lower case – but currently this still comes up as a brand font, Nella Sue. I’ve linked to the blog post in the private content too just in case that helps.
Let me know if you need any further info from me to help?
Thanks
MaikoMarch 5, 2020 at 6:32 am #1190303Hi Maiko,
Thanks for that. I see that the CSS for the h3 is being overridden by this CSS:
h3 { font-family: 'nellasue' !important; }
I can’t see where it’s coming from though since you have Autoptimise and another caching plugin active. Could you turn that off so that we can see where the CSS is added from please?
Best regards,
RikardMarch 6, 2020 at 12:47 pm #1190850Hi Rikard,
Great, thank you. I’ve deactivated those plugins for you now. Let me know if you need me to do anything else to help you locate the CSS.
Once we’ve sorted out the override, will it be possible for me to select which font I’d like to use when writing blog posts or will it always be dictated according to the presets?
For example – at the moment when I’m on the ‘Edit Post’ page, I can select whether I want the text to appear in H1 – H6 or Paragraph but I can’t actually change which font I want that to appear as – eg open sans or Nella sue.
Hope that makes sense!
Thanks very much
MaikoMarch 7, 2020 at 12:45 pm #1191096Hi Maiko,
Thanks for that. The CSS overriding your settings is coming from the Use Any Font plugin, please see private.
You can’t select the font via the editor unfortunately, but you can create your own classes which you can apply to any element. For example:
.my-font { font-family: 'my-font'; }
<h1 class="my-font">This is a header with my font</h1>
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.