Dear Xstore support,
when using multiple headers, and putting the account icon in a connection block, the background-color and color properties are not separate for desktop and mobile version. I didn’t verify if the standard header has the same problem.
I know my way with css and tried styling different classes when (et_b_header-account , and others), but while in the main header this code:
.et_b_header-account.et_element-top-level > a {background-color:#fff !important; color:#333 !important;}
is working fine to style the mobile version (within @media all and (max-width:992) ), that code it’s not working in the secondary header.
The wordpress page is password protected, don’t know if it’s relevant. Thanks, kind regards!