Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #116534
    kakkerlat
    Participant

    Hi,
    http://www.theeditor.be
    I used the custom CSS posted about a year ago to make the site title and tagline permanently visible.

    #header-featured-image img {
    width: 100%;
    }.page .entry-title { display: none; }
    #masthead {
    display: block !important;
    opacity: 1 !important;
    }

    But the title and tagline overlap the page top. I added white space to the top of the header but I need a solution for the other pages.Is there a custom CSS I can use to make the title and tagline visible only on the home page?

    Many thanks for your great work!

    #116541
    kakkerlat
    Participant

    PS
    Or better still if I can keep site title and tagline on all pages but avoid the overlap.

    #116558
    Mahesh
    Keymaster

    @kakkerlat: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .home #header-featured-image {
        margin-top: 104px;
    }
    
    body:not(.home) #content{
        margin-top: 104px;
    }
    
    #masthead {
        display: block;
        opacity: 1;
    }

    Note: In your Additional CSS box, you have date text February 9, 2016 at 4:53 am please remove it.

    Regards,
    Mahesh

    #116578
    kakkerlat
    Participant

    Perfect! Thanks!
    Amin

    #116613
    Mahesh
    Keymaster

    @kakkerlat: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review? Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    https://wordpress.org/support/theme/full-frame/reviews/#postform
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Make site title and tag line permanently visible only on home page’ is closed to new replies.