How to remove Xstore logo - by Psycho_Maniac

This topic has 7 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler

  • Avatar: Psycho_Maniac
    Psycho_Maniac
    Participant
    February 22, 2018 at 19:25

    Hi,

    I want to put a header background in but can’t seem to get the xstore logo away. Can you please help me and tell me where the setting is, because I can’t find it.

    Regards
    Paul

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 23, 2018 at 07:54

    Hello,

    I hope you are well today and thank you for your question.
    Logo image you may change in Theme Options > General > Header Settings. If you want to remove header logo at all, please add this code in Theme Options > Styling > Custom css:

    .header-logo {
        display: none;
    }

    Feel free to ask if you have any other questions.

    Regards

    Avatar: Psycho_Maniac
    Psycho_Maniac
    Participant
    February 23, 2018 at 19:08

    Hi Rose,

    I’m doing great now that you have showed me how to fix my problem. How you doing?
    Thanks a lot for your help.

    Have a great weekend

    Regards
    Paul

    Avatar: Psycho_Maniac
    Psycho_Maniac
    Participant
    February 25, 2018 at 09:23

    Good Morning,

    I have another question please. Now that the logo is gone I can’t seem to get the header bigger. I looked through the forum and saw someone with a similar problem. I tried the solution he got, but it does not work for me or I’m doing something wrong.

    I’ve tried putting this code in under Custom Css –> @media screen and (min-width:992px){

    .header-wrapper header > .container .container-wrapper {
    padding-top: 40px;
    padding-bottom: 280px;
    }

    Can you please tell me if this is correct or is there something else I must do?

    Regards
    Paul

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 26, 2018 at 10:02

    Hello,

    Please try to add this code in Theme Options > Styling > Custom css > Custom CSS for desktop:

    .header-wrapper.header-advanced header > .container .container-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    Regards

    Avatar: Psycho_Maniac
    Psycho_Maniac
    Participant
    February 26, 2018 at 14:14

    Hi,

    Thank you for the help. It worked.

    Have a nice day.

    Regards
    Paul

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 26, 2018 at 14:20

    Hello,

    You’re welcome!
    Have a nice day.

    Regards

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.