Replies: 0
Is possible to have a different text color for the mobile version of my website?
I’m using this code to
.sub-menu a {
justify-content: left !important;
color: black !important;
}
But this change the color on both versions, can someone help me, please?
Thanks.