Problem with font for single menu item
Hi, as you can see here www.manoebags.com i've a problem in header menu.
in all pages (in italian language) except "boutique online", I've Quicksand menu. I've assign a css class "dt-my-button" for the menu item "Boutique Online" and i've add this code:
#Top_bar .dt-my-button a {
font-family: 'Tangerine', cursive;
font-size: 28px;
font-weight: 700;
}
But it only works iif i'm not in the same page! I've tried many codes but no solved yet.
Can you help me?
Comments
it looks like it works on all pages, http://prntscr.com/ijy5lb
Try removing browser cache.
thanks
Please go to theme options>fonts and declare this font there. Then use it on your page.
You have a HTML error in the head of your pages, and the boutique page is not loading the custom head you declared, thus not loading the custom font.. We do not support direct theme file changes.
thanks