Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #14382
    karenstl
    Member

    I just installed Catch Everest for one of my websites and I’m having a problem with the home page.

    Below the featured boxes it displays the page name “Home”. Can you give me some CSS to fix this?

    http://westpinelaclede.com/

    #14401
    Sakin
    Keymaster

    @karenstl: It’s showing home as you have added home page from “Settings => Reading”. In Reading settings there is “Front page displays” settings, you can just click on “Your latest posts” and save it.

    After that if it shows latest posts in your homepage and you don’t want then you can disable that from “Appearance => Theme Options => Homepage Settings => Homepage/Frontpage Settings”.

    #14430
    karenstl
    Member

    Thanks. This fixed it.

    #23564
    Klaas
    Member

    Hi Sakin,

    Beautiful theme the Catch Everest. I have some problems with my homepage: http://www.exercisestrong.com/homepage/ and was wondering if you could help me.

    It displays the word Home with a line above and under. I’ve searched to remove this but can’t find the solution. I’d also like to remove the text ‘Posted on February 15, 2014 by Klaas’ under the titles. The display of the home page should be the same as my front page (the page you get when clicking on the logo).

    Finally, when you click ‘about Klaas’ the paragraphs are shown with a double break between them. Do you know a css solution to reduce this white space to one line?

    Klaas

    #23651
    Sakin
    Keymaster

    @Klaas: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove home and posted on

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

    Then I see that you have added the following css “Appearance => Theme Options => Custom CSS”
    .post p {margin:0px 0px 16px 0px;}
    replace it with the following
    .post p, .page p { margin: 0 0 16px; }

    #23715
    Klaas
    Member

    Hi Sakin,

    Thank you so much! The homepage looks great now. Is there a way to get more space between the title and the text of my posts on the homepage, like it is on the frontpage?

    Klaas

    #23749
    Sakin
    Keymaster

    @Klaas: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .page-template-page-blog-php .entry-header { margin-bottom: 30px; }
    @media screen and (max-width: 1060px) {
    .page-template-page-blog-php .entry-header { margin-bottom: 20px; }
    }
    #23893
    Klaas
    Member

    Thank you so much Sakin

    Klaas

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Catch Everest – Home page’ is closed to new replies.