-
Author
-
November 21, 2017 at 12:19 #180488
Pablito
ParticipantHi, I would like to hide the “secondary menu” (login and signup buttons) for users when logged out, only in Blog page. I do not want to hide the whole header because I would like to keep the logo.
Maybe using CSS code in the specific page (using the gear icon)?
I would really appreciate your help. Thanks a lot
November 21, 2017 at 18:41 #180549Laura
ModeratorHello, can you share a link? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 22, 2017 at 02:06 #180587Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODE.logged-in ul#menu-side-buttons-logged-in { display: block !important; } ul#menu-side-buttons-logged-in { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 22, 2017 at 09:30 #180602Pablito
ParticipantThanks Laura,
it works, however it hides the buttons for all pages and I need to hide them only for the “Blog” page.
Looking forward to receiving your feedback. ThanksNovember 23, 2017 at 03:25 #180709Laura
ModeratorHello, sorry i forgot that part, here 🙂
COPY CODE.blog .logged-in ul#menu-side-buttons-logged-in { display: block !important; } .blog ul#menu-side-buttons-logged-in { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 24, 2017 at 20:01 #180927Laura
ModeratorGlad to help 🙂 If you can rate us 5 stars at themeforest that would help a lot 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Bugs & Issues’ is closed to new topics and replies.