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*

How to remove Page Title Wrap

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #4438
    SavvyVeggie
    Participant

    Hi,

    I am using Attitude pro, and I would like to remove the Page Title Wrap. The page uses the “Blog Full Content Display” template. Is there a way to do this? Thanks.

    #4452
    Sanjip Shah
    Participant

    @SavvyVeggieYou could use the custom css option for this. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on save changes.
    If you want to remove it from just the “Blog Full Content Display” template use the following css.

    .page-template-page-template-blog-full-content-php .page-title-wrap {
    display: none;
    }

    If you want to completely remove ti then use the following css.

    .page-title-wrap {
    display: none;
    }

    Hope this helps.

    #6358
    Pebbles
    Member

    Thank you!!!

    Just installed Attitude Pro and LOVING it!!

    #52971
    mail5
    Participant

    Hi,

    How do I remove the header field completely? Under “Theme options/custom header” I have disabled header and hidden search form from header but how do I remove the header field on the site?
    To clarify – I want to remove the part that is crossed out this screenshot:
    https://s9.postimg.org/88nj2niqn/attitude.jpg

    Attitude pro.

    Thanks.

    #52972

    Hi mail5,
    Go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap {
        display: none;
    }

    Thank you!

    #52974
    mail5
    Participant

    Perfect! Thank you so much.

    #52986

    You welcome

    Thank You!

    #53092
    axel.dancoisne
    Participant

    you will also notice that Main padding is way to big…at 60px need to be between 10 and 30 max… change it in Custom CSS

    #53098

    Hi axel.dancoisne,

    Yes you can add custom css to change the main padding. If you have any issue please create your own topic.

    Thank you!

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