Title: Slogan
Last modified: August 20, 2016

---

# Slogan

 *  Resolved [AHPhoto](https://wordpress.org/support/users/ahphoto/)
 * (@ahphoto)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/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 🙂

Viewing 1 replies (of 1 total)

 *  [Sovit](https://wordpress.org/support/users/sovitranjitkar/)
 * (@sovitranjitkar)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/slogan/#post-3330029)
 * 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 the `font-family` as well as `font-size` in the menu:
 *     ```
       #access a {
           font: YOUR-FONT-SIZE YOUR-FONT-FAMILY;
       }
       ```
   
 * and one more thing if you also want to control the `font-family` and `font-size`
   of 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-size` in PX, YOUR-FONT-FAMILY field
   for `font-family`._
 * **For Example:**
    If you need to put `font-family` ‘Arial’ with 14px for main
   top menu and want to put `font-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

Viewing 1 replies (of 1 total)

The topic ‘Slogan’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/clean-retina/3.0.9/screenshot.
   png)
 * Clean Retina
 * [Support Threads](https://wordpress.org/support/theme/clean-retina/)
 * [Active Topics](https://wordpress.org/support/theme/clean-retina/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/clean-retina/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/clean-retina/reviews/)

## Tags

 * [font](https://wordpress.org/support/topic-tag/font/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [slogan](https://wordpress.org/support/topic-tag/slogan/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sovit](https://wordpress.org/support/users/sovitranjitkar/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/slogan/#post-3330029)
 * Status: resolved