Could this be my ID?
.el10.x-section
I wish I could provide you access. HIPAA is a pain.
Brad
Could this be my ID?
.el10.x-section
I wish I could provide you access. HIPAA is a pain.
Brad
That is actually a class.
You can try using that:
@media screen and (max-width: 979px) {
.el10.x-section {
background-image: none !important;
}
}
Hope it helps!
Thanks Joao,
Sorry for the slow reply. I guess I reached some sorta post limit and it wouldn’t let me reply. Anyhow.
It didn’t work, but I’m not sure I entered the class right. Should it be: el10.x-section ?? If so, than it didn’t work.
Any other suggestions?
Thanks
Brad
Hey Brad,
The class should be .el10.x-section
I see a missing dot in the beginning of the class. Make sure to copy and paste the following code:
@media screen and (max-width: 979px) {
.el10.x-section {
background-image: none !important;
}
}
To avoid further back and forth we’d request you to please upload your site to a live environment so we can give you the tailored solution. As you see we won’t be able to give the exact solution without seeing the actual issue.
Thank you!
Hey Nabeel,
I had the dot in the code, but not in the class field in cornerstone. I’ll try it again.
Thanks
Brad
Let us know how it goes.
Thanks!
No luck!
Just to clarify: The codes go in the custom global CSS correct? That’s where I’ve been adding them.
How do I find the section ID? Best I’ve found so far was the page ID which I tried with a code from another forum post and it didn’t work either.
Any other ideas?
Thanks
Brad
Hi Brad,
To make it easier, you can add a specific ID to the section through the customize option.
Once you have added the ID, add this code in the custom CSS:
@media (max-width: 767px) {
#the-id .x-bg * {
background-image: none !important;
}
}
Please update the-id
with the ID that you have added to the section.
Hope this helps.
Thanks Jade,
I’ll try that now.
Brad
Thanks Brad, let us know how it goes
That did it!! Much appreciated. Thanks everyone.
Brad
Glad to know you got what you needed, Brad! I’m going to go ahead and close down this thread for now as you seem to have everything you need and it is getting quite long. We only do this as longer threads make it harder for our staff to get caught up on and are also tougher for other users to skim through and find potential solutions to issues they might be facing that are similar. If you happen to have any further questions, don’t hesitate to let us know in a new thread.
Cheers!