- This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Signify Pro › Remove or Rename TOP MENU (social media links) in mobile view.
I absolutely love Signify Pro but I have one small issue. Hopefully, someone can help me resolve the following problem.
I would like to remove or hide the TOP MENU in the mobile view. I was unable to find the css class to do this without also removing it from standard view.
If this is not possible or would break something then I would like to rename TOP MENU to Social Media or something similar instead of TOP MENU. I looked for this in the css but was unable to figure out a way to rename the menu.
Ideally, I would just remove the TOP MENU from mobile view. I do want to keep the menu for non-mobile users though.
Any help in this matter would be greatly appreciated.
Hello @OOAAHH, Please add this CSS in the Additional CSS
@media screen and (max-width: 980px){
#header-top {
display: none;
}
}
Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Regards,
Themepalace
Wow! Thank you so much for the help. That works perfectly!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



