[ad_1]
Hello, I am going insane trying to code CSS in Beaver Builder.
My problem is:
I created a class for a text to change color during mobile view, it WORKS for H2 but not for paragraph (p).
WHY????????
Here’s the code:
@media only screen and (max-width: 767px) {
.bg-color-mobile .fl-row-content-wrap{background-image:none;}
}
@media only screen and (max-width: 767px) {
.bg-color-mobile h2; .bg-color-mobile p
{color:white;}
}
I would gladly appreciate any type of help 🙂
[ad_2]