The font-family is: Aclonica
This is the same font as the font on the flyer.
How can I get the font back for my main menu?
]]>The forum for this theme is not very active so am posting my query here.
The CSS code for increasing the font size of the menu is not working. If I change 14px to 18px, etc. nothing works. Can anyone help?
/*Menu size and menu fonts (bold,etc), and menu color*/
.main-navigation ul li a{
color: black;
font-size:14px;
}
.main-navigation ul li a:hover{
color: black;
}
I would also like to know the CSS code for removing the theme name at the bottom.
Thanks
]]>ul#menu-main.menu {
line-height: 1;
font-size: 30px;
font-family: Westmeath !important;
}
@font-face {
font-family: Westmeath;
src: url(/fonts/Westmeath.ttf)
}
The above css allowed me to change the size of the font, but does not affect the font-family.
Secondary question: I would like the text color of the navigation bar to change when I hover over it.
a:hover {
color: red;
}
This css will make my other links function as desired, but not the navigation bar. What would the correct css be to have the navigation bar function as described?
]]>1. Increase the Top Bar menu items fonts (as they look smaller in Arabic) and not sure how to go about it.
2. Right align the submenu items (currently left aligned).
I appreciate your help.
]]>