Blog Title Question

Home Forums WordPress Themes – Premium Lavish Pro Blog Title Question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17005
    Greg Rockwell
    Participant

    How do I get rid of the breadcrumb with the Blog title on Blog posts? Sometimes my blog articles have really long titles, and it looks clunky to have a title on two lines.

    See picture for more information.

    http://www.thrivedc.org/blog/more-than-82-million-dollars-is-needed-to-fix-housing-in-dc/
    BlogTitle.jpg

    Attachments:
    You must be logged in to view attached files.
    #22418
    Sushil Adhikari
    Moderator

    Hi Greg Rockwell,

    For the breadcrum issue:

    We had already discussed on this topic [ https://www.styledthemes.com/forum/pure-simple/1957-altering-page-names-as-they-appear-in-breadcrumbs ]. So could you please check once?

    For the double title:

    It seems this post is coming from any other external sources. We had checked on other blog post but we didn’t find this wrapper. There content is wrapped with

    //

    However you can try this css to fix your issue:

    .type-post .pf-content {
        display: none;
    }

    Please don’t hesitate to ask a question for the information, we are more than glad to assist you.

    Thanks

    #22423
    Greg Rockwell
    Participant

    Unfortunately, I don’t know enough about WordPress to mess with the functions.php.

    All I want is to hide the page title of my blog posts like I can on other pages. I’ve tried to do it from the “Customize” Menu, but it doesn’t do anything. See the attached picture.
    BlogTitle2.jpg

    Attachments:
    You must be logged in to view attached files.
    #17006
    Sushil Adhikari
    Moderator

    Hi there,

    Have you tried adding css given on previous reply? Please try by adding this code on child theme style.css file:

    .type-post .pf-content {
        display: none;
    }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.