- This topic has 5 replies, 2 voices, and was last updated 5 years, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
I need to create a option for User login in the Top Menu bar.
Besides, top menu is not showing for the mobile and tablet version. how can I fix it?
website:
https://parentingadvisory.com/
Hi @shahrearsaive94@gmail.com
At first sorry for the late reply, we had holidays
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
@media screen and (max-width: 979px) {
#top-menu {
display: inline;
}
}
@media screen and (max-width: 979px) {
.top-bar-socials {
display: inline !important;
float: right !important;
}
}
Kind Regards
And How can I add a login for subscribers/users?
Hi @shahrearsaive94@gmail.com
Unfortunately, it is not possible with the theme options, please try to use some other 3rd party plugins for this.
Kind Regards
Will you please suggest me some which will be suitable with the theme?
Hi @shahrearsaive94@gmail.com
try to use this plugin or some other ones: https://wordpress.org/plugins/mailchimp-for-wp/
Kind Regards