• Resolved max-user

    (@max-user)


    Hello!

    Thanks for the great theme!

    My question: Is it possible to change the color blue to green (menu bar, article title, …)

    Thanks for the support.
    Max

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Guido

    (@guido07111975)

    Hi Max,

    You can add this custom CSS in the Customizer:

    
    /* Submit button */
    input[type="submit"], input[type="reset"], input[type="button"], button {background:#008000;}
    
    /* Link */
    a {color:#008000;}
    
    /* Menu */
    .nav-head-primary {background:#008000;}
    
    /* Homepage widgets area */
    #homepage-widgets {border-bottom:3px solid #008000;}
    
    /* Readmore button */
    a.readmore {background:#008000;}
    
    /* Footer site info */
    .site-info {background:#008000;}
    

    Guido

    Thread Starter max-user

    (@max-user)

    Hello Guido!

    Thank you very much!

    The code works great!

    Regards
    Max

    • This reply was modified 4 years, 10 months ago by max-user.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color’ is closed to new replies.