Hello,
I was wondering if anyone could help... I've replace my navigation with mobile navigation using custom CSS but it looks as though my social links have disappeared too, this is the CSS I used...
/* Replace the desktop nav with the mobile nav */
[data-nc-base="mobile-bar"] {
display: block;
}
.Header {
display: none!important;
}
Also, I'd like to add my Pinterest account and to do so I must paste some coding into my website header, could anyone advice how I do that, when I add it below the custom CSS I already have it breaks the navigation bar?
Many thanks x