Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #8775
    Potzas
    Member

    Hi, I need to make my home page ‘static’ to allow for posts to show on my blog tab. I don’t have a ‘home’ option to do that in the drop down. Any advice?

    I would also like to make the overlay header on the slider a blue font, not black.

    I would also like to change the sub-heading on the home page, I want it non-italic and I would like to change the font colour there as well.

    Thanks!

    http://www.reefadmin.com

    #8799
    Sakin
    Keymaster

    @Potzas: I see that you have static content in the home and blog in Blog page. It’s going good.

    I would also like to make the overlay header on the slider a blue font, not black.
    — Just change the color code as per your need and add it in your “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title a, #main-slider .entry-title span {
        color: #222;
    }

    I would also like to change the sub-heading on the home page, I want it non-italic and I would like to change the font colour there as well.
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message span {
        font-style: normal;
        color: #858585
    }
    #8806
    Potzas
    Member

    Thanks. But when I try to make the blog show as ‘posts’, and the home page show as static, it doesn’t work. I lose my slider images. Also the blog loses the headings. I need to make the home page static, the blog page relate to posts. I need to treat the blog separately to the rest of the site.. as posts, not pages.

    Thanks for the coding on the others, will try now 🙂

    #8824
    Sakin
    Keymaster

    @Potzas: I don’t understand your question.

    You have blog at this page http://reefadmin.com/blog/ this list all your blog posts. But you have hide your blog title here. So, you can recover that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page.page-blog .entry-title { display: block; }

    Then in homepage you have static content. But if you want to add additional page. Then first go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings. Then check “Enable Latest Posts or Page” then go to “Settings => Reading”. Then in “Front page displays” setting check “A static page (select below)” and select “Front page” with the page you want to add in homepage. But don’t change anything in “Posts page”

    #8898
    Potzas
    Member

    Hi Sakin, thanks for your help! I have made a new static page, as I need the content to show on the ‘home’ page. In doing this I have lost the headings for both my slider images and the featured content? Also, is there a way to remove ‘Home’ from the top menu, so that the static page is not showing as 2 pages? ie Home and the one I set it to? Thanks 🙂

    #8902
    Potzas
    Member

    Hi, i have figured out the 2nd issue. I just need to know how to get the featured slider headings and featured content headings back. Thanks!!

    #8906
    Sakin
    Keymaster

    @Potzas: I need to see your site to see what it is blocked by.

    #8908
    Potzas
    Member

    site open now 🙂

    #8909
    Potzas
    Member

    Is there a way of moving the featured content to the bottom of the text on the home page, rather than at the top?

    #8910
    Sakin
    Keymaster

    Add the following css to get the featured slider headings
    #main-slider .entry-title { display: block; }

    Is there a way of moving the featured content to the bottom of the text on the home page, rather than at the top?
    — For this you need to customize the theme by building child theme. You need to get developer to do this for you.

    #8937
    Potzas
    Member

    Thanks Sakin for this. Is there code to change the colour of the slider headings? They are currently black.

    #8940
    Sakin
    Keymaster

    @Potzas: Yes add the following css and change the color code as per your need.
    #main-slider .entry-title a { color: #000; }

    #8941
    Potzas
    Member

    You’re a star! Thank you Sakin 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Blog, changing colour of slider font’ is closed to new replies.