Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #180487
    rdh
    Participant

    Hi,

    I’m trying out your theme and can’t work out how to remove the by…. at the top left of the homepage (under the logo)

    I have looked everywhere and can’t work out what it is related to so I can remove it?

    http://fb3.f18.myftpupload.com

    #180499
    sapana
    Participant

    @rdh: Hello rdh, you can add following css to hide the author name, please follow this steps:
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .entry-meta {
        display: none;
    }

    let me know if this helps you out!

    Kind Regards,
    Sapana

    #180502
    rdh
    Participant

    Thank you so much Sapana for the prompt response and fix. That is much better now.
    Do you know if there is a way to change the height of the header in this theme to reduce the blank space between the logo and the hero image?
    Once again, I really appreciate your help!

    #180507
    sapana
    Participant

    @rdh: Hello rdh, Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .singular-content-wrap{
      padding-top: 0px !important;
    }
    #panel-gb156-5d64b6827d181-0-0-0 {
        padding-top: 0px !important;
    }

    Can you try this code once, let me know if this works out!

    Kind Regards,
    Sapana

    #180587
    rdh
    Participant

    Once again thank you for the response, and yes that worked.
    Issue now is that under the header, there is a large grey box (which I believe is the header media) settings. I have set it to ‘disabled’ but it is still showing on every page.
    Is this something that can be removed on all pages?

    I also have some other things I would like to do. Change menu colours, footer colour and height etc. Is this something I can do in the PRO version?

    #180596
    sapana
    Participant

    @rdh: Actually this theme is design in such a way that it will hide header video and header image when you disable header media but will let you display the header text, so if you want to hide that text section I can provide you with additional css , but heade text will also be disappear from page/post, Please follow this steps:
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .custom-header {
        display: none;
    }

    Yes we have more color option available in Pro version but we don’t have the feature to change the height. Please check out this features available in Pro version. If you really like it then you can go for it 🙂

    Let me know if this helps you out!

    Kind Regards,
    Sapana

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘by …. at top of homepage’ is closed to new replies.