Viewing 1 replies (of 1 total)
  • Theme Author Chrisdc1

    (@chrisdc1)

    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, or here’s a standalone one 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.