Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #15100

    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

    #19806
    Sushil Adhikari
    Moderator
    .sub-menu {
    font-family: open_sans, arial;
    }
    #19810

    DO I add this to the #nav-wrapper? or where. I have scrolled through the css-style, but didn’t see .sub menu

    #19812
    Sushil Adhikari
    Moderator

    You would add it as you see it above…that should work, which I just tried it on my test site.

    #19820

    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

    #19821
    Sushil Adhikari
    Moderator

    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.

    #19826

    Followed recommendations. No change

    #19828
    Sushil Adhikari
    Moderator

    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.

    #19835

    will do

    #15101
    Sushil Adhikari
    Moderator

    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?

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.