• Resolved iRuss

    (@iruss)


    I’m using ignite-plus and I would like to have the title of the page removed from the top of all my pages. How do I do that?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter iRuss

    (@iruss)

    Okay never mind I found the solution:

    .page .entry-title {
    display: none;
    }

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for upgrading. Glad you found a solution!

    If anything else comes up, let me know and I’ll be happy to help.

    Thread Starter iRuss

    (@iruss)

    Thanks, Ben!

    I do have another question. Is there a way to have the “Featured Image” Align center on the Page or Post?

    -Russ

    Theme Author Ben Sibley

    (@bensibley)

    Sure I can provide some code for that. Could you just share a link to your site?

    Thread Starter iRuss

    (@iruss)

    Here you go, Ben:

    https://www.alamoscouts.org

    I just started building this new WP site. My old site was built using GoLive back in 1999 and a few years ago using MUSE. I like WP much better but I’m real new with it. Like a week long new!

    -Russ

    Theme Author Ben Sibley

    (@bensibley)

    Ah okay well that’s fine, most people here are very new to WordPress ??

    Let’s make sure we’re on the same page with the customization. For the Featured Image, this refers to the one image at the top of the post (screenshot). This could be centered on the whole page if the entire post is centered. This can be done by using one of the “no sidebar” layouts which you can set for the page with the page layouts box (screenshot) in the post editor.

    To center any image that appears within the post content, such as this one (screenshot), you can click on the image in the post editor and use the toolbar that appears above it to select the center alignment option (screenshot).

    Thread Starter iRuss

    (@iruss)

    Yes, this is for the Featured Image, that refers to the one image at the top of the post or page. My problem is that I want to keep the sidebar. Is there a CSS code that can be used to center the Featured Image?

    You can see on this page the banner on the top which is a Featured Image is not centering when you stretch out the browsers. https://www.alamoscouts.org/archives/video/

    Thread Starter iRuss

    (@iruss)

    I found this CSS code and it worked!

    .featured-image {
    text-align: center;
    }

    .featured-image img {
    margin: 0;
    }

    There are many CSS code out there but that one is the only one that would work with the Ignite Plus Theme.

    Theme Author Ben Sibley

    (@bensibley)

    I see what you mean now. Nice job with the code ??

    Thread Starter iRuss

    (@iruss)

    It might be a good feature to add to your theme ??

    Theme Author Ben Sibley

    (@bensibley)

    Absolutely, I’ve already added it to the roadmap ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Remove Page Title from seeing it on the page?’ is closed to new replies.