Hi all
I know that I can change the font family for all my h tag (h2,h3,etc)
The problem is that I can only select the primary font family and not some different styles, like Bold 700, Ultra - Bold 900 etc.
For example if I want to use Lato Bold 700 for all my H2, H3, etc and not the normal Lato (the default is the Lato 400) how can I do it? Do I must use CSS?Can you bring an example please?
Thanks in advance
Comments
yes, you must use css for that, like below:
h2, h3 { font-weight: 700; }What class in custom css should we use if we want to set a main menu font and a submenu font to italic?
Could you please specify what the code should look like?
#Top_bar .menu > li > a span { font-style: italic; }#Top_bar .menu li ul li a span { font-style: italic; }
#Top_bar .menu li ul li a span { font-family: "google font family name"; font-style: italic; }We want to use the same font (as in main menu) or a custom google font for submenues that would be different from that in general settings. It's a pity you do not have a separate option to set a font for submenues in admin panel. It woulf be a good addition to your great theme.And one more thing for now. What code should we put if we want to use custom style for buttons (color for font and for a button itself) and fonts in sections, say, for content, various headings, etc?
If you will send us url to website where you have buttons, then we can tell you what css for button can be used. But if you want to play with other styles, then please look at http://themes.muffingroup.com/betheme/documentation/#theme-customizations where we explained how to customized elements via css because we are not able to give you css for each thing that you can imagine.
Thanks for understanding!
#Side_slide #menu ul li a { font-family: "FONT-NAME" !important; }#Side_slide .social li a { font-size: 20px !important; }