• I’d like to be able to remove the title at the top pages. Also how to change the font size and color of the title at the top of pages. Is there a CSS. And also if I can remove titles from only the home page (frontpage)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    @timcarey Are you talking about the site title or the page title?

    Thread Starter TimCarey

    (@timcarey)

    I’m talking about on each separate page for the title at the top of each separate page. For instance, home or meetings.
    Here is my website address.
    https://www.fvacwi.org/site/

    You need to remove (or comment out) the_title() from page.php. If your theme uses get_template_part to reference another file from page.php then the_title() may be in that file instead and should be removed or commented out there.

    Theme Author OptimizerWP

    (@layerthemes)

    Tim,

    Just Go to Customize > Miscellaneous > Custom Code > Custom CSS:

    .page_head {display: none;}

    Regards

    Thread Starter TimCarey

    (@timcarey)

    Thank you very much. It works great. Is there a way in CSS to display the title on certain pages but not others or some way

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove the title at the top of pages Or change title style’ is closed to new replies.