badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Default page has missing green bar!

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #20734
    karl1
    Participant

    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?

    Thanks,

    Karl

    #20735
    karl1
    Participant

    I see the problem, it is by design.

    Would be nice to have an option to turn this off, or to offer some formatting of the slogan through the theme options page.

    #20753

    Hi karl1,

    Sorry we are confuse what you are trying say? Green bar (Slogan) will only display in your front page/ home page only we have designed theme this way.

    Thank you!

    #22115
    davidmarryatt
    Participant

    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…

    #22135

    Hi davidmarryatt,

    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

    http://awesomescreenshot.com/0114fjsmf6

    Then Just create a page and title it as blog. At the right side select the template from dropdown and update it. For more info view this screenshot.

    http://awesomescreenshot.com/02e4fjt690

    Thank you!

    #22600
    davidmarryatt
    Participant

    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?

    #22635

    Hi davidmarryatt,

    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!

    Thank you!

    #22669
    davidmarryatt
    Participant

    http://www.homesmartclean.com
    ya that bit of code didn’t fix it.

    #22675

    Hi davidmarryatt,
    You have used this below code in your child theme so you are getting the overlapping in menu.

    #main {
    	padding: 0px 0px 0px 0px;
    }

    Remove the above code from child theme and use it default

    #main {
    padding: 60px 0 10px;
    }

    Thank you!

    #22731
    davidmarryatt
    Participant

    thanks, that’s got it

    #22751

    You welcome davidmarryatt

    Thank you!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.