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*

Eliminating the page title bar that shows up on all except home and blogs

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17737
    info23
    Participant

    Do we have to upgrade to pro to eliminate the giant turquoise page title bar that shows up on all pages except home and blog?
    This is a great theme framework. Is there an easy way to eliminate it and where? Is the pro version for one site or can I use it on a few sites?

    Thanks

    John

    #17738
    info23
    Participant

    Oh, here’s a link to the test site I’m working on http://brightpathdesign.com/CM2/

    #17751

    Hi info23,
    To eliminate it you need add custom css for it. Yes you may use it to some site or many sites but the support will be provided for only one site. I just visited to you site and you have removed the title bar. You need to do the same as you have done in the above site link

    Thank You!

    #17786
    info23
    Participant

    I did thanks! here in style.css

    }
    .page-title-wrap {
    background-color: #ffffff;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 0px;
    }

    Does this theme allow child themes? If I use the image slider is there a way to use my header banner on the other pages?

    Thanks
    Great Theme

    #17825

    hi info23,
    We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    Yes the theme allow child theme.

    Thank you!

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