- This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Hide elements in logo bar on mobile
I am using the Ele Spa theme and I want to hide the “Logo Left Column Text” section and “Logo Right Column Text” section when my website is accessed on mobile.
I believe I need special code (an @media screen?) so these elements will be hidden on small screened devices but I don’t know what exactly this code is and where it goes.
My website is https://www.beccasmassage.com
In the linked image below, the elements with the red X’s are what I want to hide when using a mobile device but be visable when using a desktop.
https://imgur.com/AmFgt0O
Alternatively, if there is a way to hide the entire logo bar when in mobile, that could work. Thank you for your help!
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.header_column3 .left, .header_column3 .right {
display: none !important;
}
}
Regards,
Dave
That worked perfectly, thank you!
Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave
Are you searching for the best WordPress themes for railing contractors? This post showcases the top themes designed specifically for railing contractors, construction companies, and […]
Are you looking for the best WordPress themes with user registration capabilities? This post highlights the top themes for creating membership sites, online communities, or […]
Are you in need of the best well-coded WordPress themes? Look no further! This post features themes with clean and optimized code, ensuring fast loading […]