• Resolved xrider911

    (@xrider911)


    Hello guys.

    me again ;-I

    would like to know where to hide the bar on the blog-page.
    the bar under the blog-post, over the comments-post.
    talk about the bar where just the blogger is named with a round picture.

    many thanks

    Jochen

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi

    For this Use below code in custom css field (Theme Dashboard >> Appearance >> customize >> custom css filed )

    .blog-post-detail
    {
    display:none;
    }

    Thanks.

    Thread Starter xrider911

    (@xrider911)

    .blog-post-detail is fine for me – but like to get the big bar one step over the .blog-post-detail, the big grey bar with the round user-picture …

    Thanks !!

    Hi

    For this use Below code in custom css field.

    .blog-author
    {
    display:none;
    }

    Thanks.

    Hi

    Did your issue..

    can I close this Ticket.

    Thanks.

    Thread Starter xrider911

    (@xrider911)

    Yes, fine … thanks !!

    What about the other issue from me, xrider911 ?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘hidding the bar on blog-page’ is closed to new replies.