Viewing 4 replies - 1 through 4 (of 4 total)
  • Steve

    (@seekerabroad)

    Hi,

    Have you tried Clicking on Appearance / Customize / Site Title & Tagline, and then un-ticking the Display Header Text option?

    Regards,

    Steve.

    Thread Starter MBEdu

    (@mbedu)

    Hi,

    Yes I did but it removes all. No problem.

    Meanwhile I can’t seem to display my blog posts like a portfolio for example. Or at least not fully displayed.

    Could you help me?

    Regards,

    Are you trying to remove the heading “Sobre” on your homepage? If so, this custom CSS should do the trick:

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

    Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    Meanwhile I can’t seem to display my blog posts like a portfolio for example. Or at least not fully displayed.

    I’m not quite sure what you mean by displaying your blog posts “like a portfolio.”

    Since you activated the Custom Content Types module in your Jetpack settings and added a few portfolio items, your portfolio is automatically displayed here:

    https://educacaoprofissional.pt/portfolio/

    You could also use the portfolio shortcode to display portfolio items in a different way, or set up a static front page and assign it to the theme’s Front Page Template.

    If you’d like to do something different, just let me know.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove page title for landing page’ is closed to new replies.