Slogan
-
Could the slogan be an image? Also, how can I change the font in the menu?
Thank you for all your support on this theme. I am actually doing this! and I know nothing about CSS. You’re obviously doing something right 🙂
-
Hello AHPhoto,
Our Theme Clean Retina does not support image in the slogan section, it only supports text as slogan.
About changing the font in the menu.
Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS
and paste the following CSS code to change thefont-familyas well asfont-sizein the menu:#access a { font: YOUR-FONT-SIZE YOUR-FONT-FAMILY; }and one more thing if you also want to control the
font-familyandfont-sizeof drop-down menus then also paste the following CSS code:#access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a { font: YOUR-FONT-SIZE YOUR-FONT-FAMILY; }Note: Change YOUR-FONT-SIZE field for
font-sizein PX, YOUR-FONT-FAMILY field forfont-family.For Example:
If you need to putfont-family‘Arial’ with 14px for main top menu
and want to putfont-family‘verdana’ with 13px for drop-down menu then your CSS code should be:#access a { font: 14px 'Arial'; } #access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a { font: 13px 'verdana'; }Thank you for using our theme.
Regards
Team Horse
The topic ‘Slogan’ is closed to new replies.
