Title: Customizing
Last modified: August 30, 2016

---

# Customizing

 *  [preacher413](https://wordpress.org/support/users/preacher413/)
 * (@preacher413)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/customizing-16/)
 * Would like to customizing the color for the tagline, the boarder around menu 
   bar, and the menu bar text.

Viewing 1 replies (of 1 total)

 *  Theme Author [Chrisdc1](https://wordpress.org/support/users/chrisdc1/)
 * (@chrisdc1)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/customizing-16/#post-6428146)
 * Hello, thanks for using my theme. The easiest way to do this is to install a 
   custom css plugin(there’s one included in [Jetpack](https://wordpress.org/plugins/jetpack/),
   or [here’s a standalone one](https://wordpress.org/plugins/simple-custom-css/)
   if you prefer). Use this to enter the following code, replacing the colors with
   your own choices.
 *     ```
       .site-description {
          /* The tagline color. */
          color: red;
       }
   
       .main-navigation a {
           /* The color of the menu bar text. */
           color: blue;
       }
   
       .main-navigation a:hover,
       .main-navigation .focus > a {
           /* The color for hovered links in the menu. */
           color: green;
       }
   
       @media screen and (min-width: 750px) {
       .main-navigation {
               /* The color of the menu border. */
               border-top-color: orange;
               border-bottom-color: orange;
           }
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Customizing’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/daniela/1.0.6/screenshot.png)
 * Daniela
 * [Support Threads](https://wordpress.org/support/theme/daniela/)
 * [Active Topics](https://wordpress.org/support/theme/daniela/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/daniela/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/daniela/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chrisdc1](https://wordpress.org/support/users/chrisdc1/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/customizing-16/#post-6428146)
 * Status: not resolved