[Resolved] Color of site title on blog page

Home Forums Support [Resolved] Color of site title on blog page

Home Forums Support Color of site title on blog page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #893134
    Mark

    I have used the customizer to set the color of all page “site titles.” It seems to work on every page EXCEPT the blog index page. Is there a special setting for this, since it is essentially an index page?

    I’ve tried using Simple CSS to control the site title on that page, but to no avail.

    I would appreciate it if you could advise me.

    Thanks,

    Mark

    #893139
    Mark

    Sorry, typo. the site URL is http://newnimblethimble.michianait.net

    #893157
    Leo
    Staff
    Customer Support

    Hi there,

    You have various CSS added which is overwriting the customizer option:

    .site-header a, .site-header a:visited {
        color: blue!important;
    }
    .home .main-title a, .main-title a:hover, .main-title a:visited {
        color: #FFFFFF;
    }

    Remove those then the customizer option should work normally on all pages.

    #893192
    Mark

    Thanks Leo,

    I didn’t catch it in time. I saw the problem too and was just about to get back to you.

    Thanks for taking the time.

    Mark

    P.S. Are you and David working for GeneratePress or are you volunteers. If you are volunteers, is there a way to give you a tip?

    #893215
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    We are actually GP’s staff.

    You can always donate to our on-going development if you are feeling generous:
    https://generatepress.com/ongoing-development/

    We really appreciate your support πŸ™‚

    #893220
    Mark

    OK!

    #893222
    Leo
    Staff
    Customer Support

    Thanks so much πŸ™‚

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