This topic has 4 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
hello I would like to know how I can put a background only on my account text in the mobile version
thank you
Hello,
You need to use custom CSS code:
@media only screen and (max-width: 992px) {
.et_b_header-account {
background-color: #f0f0f0;
padding: 10px;
}
}
Regards
thank you very much
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up