The thing is, I just need to change the background color of a modular, or a section, but the problem is that every section in my page has the same name, and that is a problem by modify or identify a section, div, etc. Is there anyway to modify the index.html, custom.css or index.md?

Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Solved by pamtbaau View solution
@Yourdead, Have you tried the Adjacent sibling combinator ?
Try the following in 'custom.css':
#beneficios + .section {
background-color: darkred !important;
}
Note: Please make changes to a theme using an inherited theme, else your changes will be lost when the original theme gets updated.
It's just need to be ".section" or the whole "section modular-text bg-gray"? Didn't work anyways 😕
And if I'm not wrong the blank spaces are replaced by points, isn't?
Edited: Actually worked, I entered again. I dont know if it worked by cleaning the cache in the admin section, that was weird.
Edited 2: Need to clear cache on Edge, it's manually
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 2 | 82 | 12 hours ago | ||
| 1 | 55 | 16 hours ago | ||
| 0 | 45 | 1 day ago | ||
| 6 | 348 | 5 days ago | ||
| 3 | 43 | 5 days ago |