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; }
}

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

Sign In or Register to comment.