[Support request] different color site title on home page from all other pages

Home Forums Support [Support request] different color site title on home page from all other pages

Home Forums Support different color site title on home page from all other pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #875786
    Mark

    I am trying to get the site title on the home page (and styling hover, visited, current as well) to be different than on the other pages. Do I need CSS for this, and if so, can you tell me what it should be?

    Thanks,

    Mark

    GeneratePress 2.2.2
    GP Premium 1.7.8
    #875858
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like you almost got it already?

    This is the CSS you are using:

    .home .main-title a, .main-title a:hover, .main-title a:visited {
        color: white;
    }

    You just need to do something like this:

    .home .main-title a {
        color: #ffffff;
    }
    .home .ain-title a:hover {
        color: #000000;
    }

    Let me know if this helps 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.