Tagged: custom font
Hi,
I have 2 problems in the enfold.
1. How to add a Qwigley font under enfold theme options, i want to display text in this font format.
2. How i want to add a arrow and swirl icon under the sub menu in the Enfold theme, who have only Sub Menu. please open this link and see a screen shot that i want in my site.http://225.738.myftpupload.com/wp-content/uploads/2016/08/icon.png.
Thanks
Hey rakoffron,
1- Please refer to this post – Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.menu li > a:after { content: ' ▾'; }
.menu li > a:only-child:after { content: ''; }
#top .av-main-nav ul a {
background: url(https://225.738.myftpupload.com/wp-content/uploads/2016/08/bullet.png);
background-repeat: no-repeat;
background-position: 0% 50%;
}
Best regards,
Yigit
Hi,
i upload fonts folder (/home/o2253226607090/html/wp-content/themes/enfold/) using ftp. kindly let me what next.
this is a stylesheet file.
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:”Qwigley”;src:url(“Qwigley-Regular.eot?”) format(“eot”),url(“Qwigley-Regular.woff”) format(“woff”),url(“Qwigley-Regular.ttf”) format(“truetype”),url(“Qwigley-Regular.svg#Qwigley-Regular”) format(“svg”);font-weight:normal;font-style:normal;}