Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #89760
    Schelbi
    Participant

    Hi Sakin,

    after the lastest update the header logo has now a shadow and is in the middle of the header…
    9palacestcm[dot]com
    thx

    #89791
    Mahesh
    Keymaster

    @uschelbert: I checked your site and the logo is in the left and has no shadow. I assume you have resolved the issue. Let me know further.

    Regards,
    Mahesh

    #89793
    Schelbi
    Participant

    Hi Mahesh,

    Thx for the fast answer! It`s not 100% fixed. The logo is not responsive…
    Also I`m not able to hide the word home from my homepage anymore. I tried with

    .home .entry-header {
    display: none;
    }
    and
    .home .breadcrumbs {
    display: none;
    }

    Regards,
    Schelbert

    #89800
    Mahesh
    Keymaster

    @uschelbert: The logo is responsive but the Custom CSS you’re using is making causing the issue. Please use the following CSS instead:

    #header-image {
        padding: 20px;
    }
    #main-feat-img {
        margin: 0;
    }

    And for hiding word Home, add the following CSS:

    .home #breadcrumbs {
        display: none;
    }

    Regards,
    Mahesh

    #89810
    Schelbi
    Participant

    Thx for the great support Mahesh!!

    Regards,
    Schelbert

    #95552
    heyitsdave
    Participant

    Following on this issue… after an update my header image was gone (easily recovered) however there is now a gray bar on all pages at the top, above the image. The site is sundogscct.com, the custom css snippet is

    #header-image {
        padding: 0px;
    }
    #main-feat-img {
        margin: 0;
    }
    

    so I suspect maybe it’s not anything to do with the header image, rather some other padding or margin issue that got reset.
    Any ideas?
    Thanks in advance.

    #95614
    Mahesh
    Keymaster

    @heyitsdave: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    #hgroup-wrap {
        display: none;
    }

    Regards,
    Mahesh

    #95634
    heyitsdave
    Participant

    that did it, easey peasey! thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘problems after update’ is closed to new replies.