Hi,
I’m using the Enfold theme and have several questions:
1) How can I hide the enfold header?
I was able to make it smaller in the Enfold > Header options, but can’t find how to hide it completely.
2) A content block suddenly got a border at the bottom.
The border appears in the HTML code but is nowhere to be found in the layout builder.
Any tips on how to track that border down?
3) I’m trying to embed a font with FontDeck
> I tried their WordPress plugin (pretty outdated though)
> I also tried the manual embed procedure (javscript + css, like http://fontdeck.com/support/wordpress)
But can’t get it to work no matter what I do. Any advice on how to do this?
4) When I tried embedding the font I also used the Quick CSS field, unfortunately without results.
I also tried adding some other CSS properties, like changing the ‘a href’ styling and changing the body background
but I do not see any changes at all. Does that mean the field does not work or am I forgetting something?
Hopefully you can help me out,
Thanks in advance,
Lars
Okay, so I figured out how to delete the border. Problem #2 is solved.
Apparently there was an almost invisible block with a top border applied.
Hi!
1.) Use this code in Quick CSS field to hide it:
div#header_main {
display: none;
}
3.) Refer to this answer: https://kriesi.at/support/topic/new-custom-font/#post-121898
4.) I think similar to 3.) and if not we would need to check your Quick CSS field and code you are using. Post admin access here as private reply.
Clear browser cache and hard refresh a few times.
Best regards,
Andy