• Resolved melissaivin

    (@melissaivin)


    Hello,

    Am I able to have different header text on different pages? Additionally, how can I change the colors of the site title and description/ tagline in CSS?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi @melissaivin,

    For your first question, when you say header text do you mean the title of the page?

    To answer your second question, you can alter the title and site description via CSS by targeting the following elements: .site-title and .site-description. To change the colors you could do something like the following:

    
    .site-title,
    .site-description {
       color: red;
    }
    

    Adding that to the customizer ‘Additional CSS’ section should work.

    Evan

Viewing 1 replies (of 1 total)

The topic ‘Header changes’ is closed to new replies.