I have gone into Settings -> Reading and changed the Front Page to a static page (Welcome).
When I render that page, the green bar at the top is missing. If I set the Front Page to a different page, the green bar reappears for the welcome page, but disappears on the new Front Page!
How can I correct this, or is this a ‘feature’ of the free version?
On that note… the home slogan bar is showing up on my blog post page as well as my home page, how do i disable it on my blog page? it’s messing up the design, the post title is hidden behind the home slogan bar thing…
If you want to disable the green slogan bar in your blog post. Then go to Dashboard-> Settings-> Reading-> and select static page. View the below screenshot for more info
thanks. the green slogan bar is now gone but the blog posts still overlaps the menu bar. it says “uncategorized” right on top of the “home” button in the menu bar. How do I lower the blog posts an inch or so?
Could you once send your site url too? Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.archive .page-title-wrap { display: none; }
Hope this may help you!