Show ONLY Slogan Action Bar in Mobile
Hi there,
I have a multisite WP installation and I want to show flags on mobile...I used this code I found in previous discussions:
@media only screen and (max-width: 767px) {
.mobile-header-mini #Action_bar { display: block !important; }
#Action_bar .contact_details li.slogan { display: block !important; }
}
.mobile-header-mini #Action_bar { display: block !important; }
#Action_bar .contact_details li.slogan { display: block !important; }
}
That's ok, it works...But I would like to show only the flags (the code is written in Slogan), not the phone, not the email and not the social networks icon. Only the slogan...It's possible?
I didn't use WMPL plugin!
Comments
Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
thanks