Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #276444
    [email protected]
    Participant

    Good evening!

    I’ve been searching the forum and am having difficulties finding the answer I need. I would like to remove the page title only from my “about” page: https://atlfoodandphoto.com/about

    Additionally, I would like the blog page title “Blog” to match the formatting of my other pages that still have the titles (portfolio, contact) including color, size, and not having all caps: https://atlfoodandphoto.com/blog

    Thanks in advance!

    #276464
    Skandha
    Participant

    @meaganhinnergmail-com: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove page title on About page */
    .page-id-15 .singular-content-wrap .entry-header {
        display: none;
    }
    
    /* To have the Blog page title have same formatting as other pages */
    .blog .section-title {
        font-size: 70px;
        color: #767a65;
        font-family: ErnestandEmily;
        text-transform: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #276536
    [email protected]
    Participant

    That worked! Thanks so much!!

    #276537
    Skandha
    Participant

    @meaganhinnergmail-com: Hello there, 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?
    https://wordpress.org/support/theme/simclick/reviews/#new-post
    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. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove “about” page title only and format blog page title color/size’ is closed to new replies.