- This topic has 12 replies, 2 voices, and was last updated 11 years, 6 months ago by Potzas.
-
AuthorPosts
-
May 10, 2013 at 6:20 pm #8775PotzasMember
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!
May 11, 2013 at 12:29 am #8799SakinKeymaster@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 }
May 11, 2013 at 12:49 am #8806PotzasMemberThanks. 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 🙂
May 11, 2013 at 10:29 am #8824SakinKeymaster@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”
May 12, 2013 at 1:24 pm #8898PotzasMemberHi 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 🙂
May 12, 2013 at 2:10 pm #8902PotzasMemberHi, 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!!
May 12, 2013 at 9:22 pm #8906May 12, 2013 at 9:38 pm #8908PotzasMembersite open now 🙂
May 12, 2013 at 9:54 pm #8909PotzasMemberIs there a way of moving the featured content to the bottom of the text on the home page, rather than at the top?
May 12, 2013 at 10:54 pm #8910SakinKeymasterAdd 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.May 13, 2013 at 12:56 pm #8937PotzasMemberThanks Sakin for this. Is there code to change the colour of the slider headings? They are currently black.
May 13, 2013 at 1:08 pm #8940SakinKeymaster@Potzas: Yes add the following css and change the color code as per your need.
#main-slider .entry-title a { color: #000; }
May 13, 2013 at 1:11 pm #8941PotzasMemberYou’re a star! Thank you Sakin 🙂
-
AuthorPosts
- The topic ‘Blog, changing colour of slider font’ is closed to new replies.