Hi
Ive built a website using X, on my meet the team page their is what looks like a menu top bar that drops to the middle of the page, ive never noticed this before, is it becasue of an update?
Hi There,
Please add the following code toTheme Options CSS
.post-566 div.tp-mask-wrap {
display: none !important;
}
Hope it helps!
Hi
Sorry it didn’t work. The social icons are still there also even though i have deleted them from customiser.
Hi again,
I checked your page and couldn’t find the CSS being added. I went ahead added it for you to fix the issue.
Cheers!
Hi Nabeel
Thank you but it’s still there.
It’s the green header I want to get rid of.
Thanks
Hey there,
I couldn’t find a green header on this page http://www.skinlogicbeauty.com/meet-the-team can you please share a screenshot with us so we can take a closer look?
Thanks!
Hey there,
Thank you for the URL, to get rid of green header, add the following code in your Customizer:
.x-navbar {
background-color: transparent !important;
}
.x-brand {
margin-top: 0 !important;
}
Hope this helps!
Hi Nabeel.
I went to appearence, customise, custom, global, edit css and added it there, but it hasn’t worked. Have I added it to the correct place?
Hi again,
Yes that is correct but it looks like you’ve a syntax error in your Customizer > Global CSS. I think you’ve invalid comments in there that is preventing the CSS to work, please remove it to resolve the issue.
Thanks!
Hi
That has lost the green colour but the social media icons are still there, how do i delete those. Ive been into customizer to delete the # but that hasn’t helped.
Thanks
Hi again,
To get rid of social icons from your homepage, please add the following code in your Customizer as well:
.home .shariff {
display: none !important;
}
Hope this helps!