Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #121455
    Emerginny
    Participant

    Hi, I really like this theme. Thank you for creating it!

    I would like to remove the title box on this page: http://www.emergessence.com/blog/ It is titled Home now but was initially created as Blog. Could you please let me know how to do this? Thanks!

    #121456
    Emerginny
    Participant

    I would like to add that I have try the below coding and that didn’t work.

    .home #main .entry-header {
    display: none;
    }

    #121503
    tikaram
    Keymaster

    @emerginny: Go to Appearance => Customize => Additional css and add the following css.

    .page .page-header {
    	display:none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #121509
    Emerginny
    Participant

    Hi Tikaram, thanks. The coding worked in removing the page title of ‘Home’ but it removed my blog post titles. So I removed the coding that you gave me but the blog post titles are still missing on this page: http://www.emergessence.com Help!

    #121533
    tikaram
    Keymaster

    @emerginny: Go to Appearance => Customize => Additional css and add the following css.

    .home #main .entry-header{
    	display:block;
    }

    Let me know how this goes.

    Regards,
    Tikaram

    #121542
    Emerginny
    Participant

    Tikaram, thank you! I used the first coding you gave me and this last one and now every works great. Thank you so much!

    #121566
    tikaram
    Keymaster

    Hello, Emerginny,

    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/catch-box/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Removing title box on Home/Blog page’ is closed to new replies.