• Resolved jangusm

    (@jangusm)


    Hi – my header and tagline have disappeared – maybe due to the last update – any insights anyone?

    thanks in advance!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author Richie KS

    (@rkcorp)

    did you try check the wp-admin->customizer on adminbar???

    Thread Starter jangusm

    (@jangusm)

    When I left click and highlight the area where the header and tagline should be, they show up in white, but I have a color specified.

    There’s also a “broken picture” image at wp-admin/customize …

    Any thoughts? It’s probably something simple that I’m missing.

    Theme Author Richie KS

    (@rkcorp)

    maybe add this to theme option->custom css

    #siteinfo h1 a, #siteinfo p { color:#000 !important; }

    Thread Starter jangusm

    (@jangusm)

    No luck with that. Still not showing. Any other thoughts? Previous to the update, I had this and it worked:

    #siteinfo a {color: #b5a684}

    Theme Author Richie KS

    (@rkcorp)

    do you have live site i can check?

    Thread Starter jangusm

    (@jangusm)

    That would great – gettheheight.com

    Theme Author Richie KS

    (@rkcorp)

    add this instead

    #custom #siteinfo h1 a, #custom #siteinfo p#site-description {
    color: #b5a684 !important;
    }

    Thread Starter jangusm

    (@jangusm)

    That did it – thanks so much!

    Thread Starter jangusm

    (@jangusm)

    … just noticed that the header disappears now on the post pages and the about page — the tagline stays … any further thoughts?

    Theme Author Richie KS

    (@rkcorp)

    replace the code with this, forgot about the inner div vs h1

    #custom #siteinfo h1 a,#custom #siteinfo div a, #custom #siteinfo p#site-description {
    color: #b5a684 !important;
    }

    Thread Starter jangusm

    (@jangusm)

    Brilliant – that does it. Thanks for the excellent support with your theme!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘header and tagline disappeared’ is closed to new replies.