- This topic has 9 replies, 19 voices, and was last updated 9 years, 4 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Preference › customize
submitted this : >I added Alex+Brush font to my website to have my menu show this font. All of my tabs display the font except my “Blog” tab. That is when I click on the Blog tab and I am taken to the Blog page, the menu is not in Alex+Brush. I entered : on the page as with the other pages.
How do I > re-apply the open_sans or arial font to the submenus which you would assign the font family to the ul.sub-menu tag and class “sub-menu”.
The #nav-wrapper was customized to contain the font family Alex_Brush
.sub-menu {
font-family: open_sans, arial;
}
DO I add this to the #nav-wrapper? or where. I have scrolled through the css-style, but didn’t see .sub menu
You would add it as you see it above…that should work, which I just tried it on my test site.
Placed sub-menu, and results are the same. The Bolg page navigation menu fonts remain the same and not display “Alex Brush”
/* Secondary wrappers */
#nav-wrapper {
background-color:#78a5b6;
border-radius:60px 60px 0 0;
-webkit-border-radius: 60px 60px 0px 0px;
height:37px;
text-align:center;
font:normal 32px Alex Brush, open_sans, Arial, sans-serif;
font-size: 2rem;
color:#fff;
position:relative;
z-index:1000;
}
.sub-menu {
font-family: open_sans,’Alex Brush’, cursive, arial;
}
1
Whenever you have a two word font name, you need to put them into quotes like this:
“Alex Brush”, open_sans, Arial, sans-serif;
You did that for the sub-menu but not for the main navigation. I would also recommend taking the “alex brush” font off the sub-menu.
Followed recommendations. No change
It works for me still when I do it…if you are OK with this, may I log into your site admin and do this? If so, please use the Email Support link on the support page bottom to send me login info.
will do
I received your login info…thanks. I went to your site and your menu links (the top main menu) is using the Alex Brush font and even tested the submenus which are showing the open sans (and arial). I also went to your “Blog” menu link, clicked on it, went to the blog, but it still shows as Alex Brush.
From what I can see, everything is working…unless I missed something?
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.