Home Forums Pro Themes Education Hub Pro Can't change background color/want to hide the top of header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43611
    akyelakyel
    Participant

    Hi,
    This wasn’t an issue before but now I just can’t seem to customise the bg color of my theme.
    Also, I would like to know if it is possible to hide the Header Top section for the whole theme without hiding the whole heather section.
    http://www.merveakyel.com/emolab/
    Thanks in advance

    #43616
    wensolutions
    Keymaster

    Hello @akyelakyel,

    The issue has been noted as known issue and we are currently working on this . We will be releasing the update fixing the issue soon and we will let you know.

    For the quick fix use below given CSS in the location Admin Panel > Appearance > Customize > Additional CSS

    body.custom-background {
        background-color: #294a70;
    }

    You can change the hex color code according to your requirement .

    Now to hide the top header use below given CSS in the location mentioned above.

    #tophead {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    #43893
    akyelakyel
    Participant

    thanks!

    #43894
    wensolutions
    Keymaster

    Hello @akyelakyel,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/education-hub/reviews/

    Best regards !!

    #43896
    wensolutions
    Keymaster

    @akyelakyel,

    We have released the update of the theme fixing the issue so please update to the latest version and verify the issue .

    Thank you !!

    Best Regards!!

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