-
Author
-
September 10, 2014 at 22:42 #28287cali82Participant
Hello,
I would like to remove the logo, menu, and footer for both versions, mobile and pc. I did request this before and it worked for mobile, but is there any way to remove it for pc version.
Sorry, I was pretty vague last request. (page id 2056)
Thanks!
September 11, 2014 at 11:43 #28323CatalinModeratorCOPY CODEbody.page-id-2056 #logo, body.page-id-2056 nav { display:none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 11, 2014 at 16:03 #28417cali82ParticipantThank yo=)
That removes my log and navig, but I still see the footer. I would like to also remove the footer. I have a code u gave me before, but when I leave both I still see the footer. So this was in there from before just for the footer:
body.page-id-2056 footer,
body.page-id-2056 #support,
body.page-id-2056 #main
{
display:none !important;
}September 11, 2014 at 16:06 #28421CatalinModeratori think that what you want to achieve relates to revolution slider responsive settings… I already removed the footer.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 16, 2014 at 18:53 #28773CatalinModeratorclear your cache please.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 19, 2014 at 17:29 #29045cali82ParticipantI changed the w3 cache settings and you are right, it works!
Thanks again=)
September 19, 2014 at 17:38 #29048cali82ParticipantSo in mobile it is all removed, but not on a computer. Footer is removed in general, but I still see the menu and logo on my computer. Please assist.
Thanks!
September 23, 2014 at 17:53 #29401CatalinModeratoryou copied the code wrong, a not needed coma… fixed now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 23, 2014 at 23:44 #29458cali82ParticipantThanks=) but I deleted the style css and added it into the child css, then none of my customization worked so I put it back in style css in the sweetdate options, so which area had the extra comma so i can possibly adjust it in case I readied the old code;) Sorry!
September 24, 2014 at 12:31 #29494CatalinModeratorthis one:
COPY CODEbody.page-id-2056 #logo, body.page-id-2056 nav, { display:none !important; }
“,” after nav shouldn’t be there…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 24, 2014 at 15:05 #29515CatalinModeratorcreate a backup for the code just in case needed…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘Remove Menu’ is closed to new replies.