Home Forums Total Page Header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #814
    websmithscoza
    Participant

    Good day,

    1) How do you add an image into the Page Header were the Page Title & Breadcrumbs are?

    &

    2) What is the CSS code to remove the Page Header (as above) entirely?

    Thanking you in advance.

    #815
    Hash
    Keymaster

    Hi,

    Sorry, there is no option to add the image in the page header. We need to customize the code for it. We can do it for paid customization if you want.

    To remove the page header entirely, here is the css code.

    .ht-main-header{display:none}

    #822
    websmithscoza
    Participant

    Thank you for your reply.

    After removing the Page header with your code, the padding beneath the nav bar is at 0.

    How do you increase this slightly with CSS?

    #826
    Hash
    Keymaster

    Can you please mention your website url so that we can give you accurate solution rather than possibles one.

    #827
    websmithscoza
    Participant

    Thank you for your reply.

    Please look at this page so that you can see what I mean by the padding at the top, after removing the page header:

    There should be a slight space between the gray line below the nav bar and the beginning on the page content.

    Thanks you.

    #832
    Hash
    Keymaster

    Add the CSS below using some custom CSS plugin to fix the margin issue.

    I think this should have been a simple task for the one who can change the theme color. Any way i have provided the CSS below

    body:not(.home) #ht-content{margin-top:50px;}

    PS: It would have been good if you had not change the footer credit

    #3758
    Hash
    Keymaster

    I tried this code but it put space above the navigation menu, not below it. Do you have suggestion for another code to try?

    Thanks.

    #3805
    Hash
    Keymaster

    Use this code

    body:not(.home) #ht-content{margin-bottom:50px;}

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