This topic has 7 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
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
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
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
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
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
Hi,
Thank you for the help. It worked.
Have a nice day.
Regards
Paul
Hello,
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up