Reply 200032 to: Woocommerce – Personal account

Avatar: Rose Tyler
Rose Tyler
Support staff
September 27, 2018 at 07:51

Hello,

You’re welcome!
Please add this code in Theme Options > Styling > Custom css > Global custom css OR in style.css file of your child theme:

@media only screen and (max-width: 992px) {
    .template-container .top-bar .top-links {
        display:  block;
    }

    .fa-facebook-f:before, .fa-facebook:before {
        color: #d1cbc5;
    }
    .et-follow-buttons {
        position:  absolute;
        top: 10%;
        right: 5%;
    }
    .top-bar .links {
        display:  none;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.