Hello,
We appreciate your prompt response.
You mentioned custom CSS code, and here is an example – https://prnt.sc/CzvAGQhF3LgX
.et_b_header-account.et_element-top-level > a {
color: red;
background-color: blue;
}
(all devices)
for mobile it will be:
@media only screen and (max-width: 992px) {
.et_b_header-account.et_element-top-level > a {
color: red;
background-color: blue;
}
}
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Warm Regards,
The 8Theme Team