-
AuthorPosts
-
May 14, 2021 at 1:09 pm #1300317
Hi,
i want to know how delete or hide the Footer in this specific Single product page (or in all product pages)
how can i make it?Cheers
May 14, 2021 at 5:08 pm #1300374Hi reinsicht,
I don’t really see any footer on the link you gave however it dark background on the bottom may seem to look like the footer, to remove this, please add this CSS code in Quick CSS:
.postid-10877 #wrap_all { background-color: white; min-height: 100vh; }
If you want it applied on all product pages (assuming it’s the same layout) then use this code:
.single-product #wrap_all { background-color: white; min-height: 100vh; }
Hope it helps.
Best regards,
NikkoMay 15, 2021 at 12:25 pm #1300480Hello,
i put the Code but this grey area still there, can you Help me with this too?The Supportuser still works
https://www.werbeartikel-immobilien.de/wp-login
Thanks so much, Cheers.
- This reply was modified 3 years, 6 months ago by reinkieker.
May 16, 2021 at 11:54 pm #1300607May 17, 2021 at 8:57 am #1300661Hello,
thank for the Responce, just Yesterday i found this Question about the same problem, it was not the footer, this grey area.https://kriesi.at/support/topic/removing-additional-space-below-the-socketfooter/
I tryin put in a Text in the Description,An this grey are is hide, but i dont want the description there too.
how can i do it?- This reply was modified 3 years, 6 months ago by reinkieker.
May 18, 2021 at 8:50 am #1300889Any Suggestions?
May 18, 2021 at 9:48 am #1300914Hi,
Thanks for the update. Please try this CSS as well:
html.html_entry_id_10877 { background-color: #fff !important; }
Best regards,
RikardMay 18, 2021 at 2:11 pm #1300993Hello,
Still doesn’t works.Any Suggestions?
May 19, 2021 at 12:36 pm #1301182Hi,
Thank you for the feedback, your page seems to be showing the black area at the bottom for me today and I see that this is not a footer it is that your page doesn’t have enough content to fill the height of the browser window, so to correct please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.single-product #main { min-height: 100vh; }
this should work for all .single-product pages, if you want it to work for all pages you could remove .single-product from the code.
After applying the css, please clear your browser cache and check.Best regards,
MikeMay 20, 2021 at 10:45 am #1301343Hello Mike,
thanks so much for the Help, i put the Code in General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:unfortunately Still doesn’t works or i just made something wrong.
Can someone Help me.
Thanks for the SupportMay 20, 2021 at 11:45 am #1301350Hi,
Thank you for the login, I couldn’t find the css in either of the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field, so I added it and it is now working, please clear your browser cache and check.Best regards,
MikeMay 20, 2021 at 12:05 pm #1301357Hi Mike
thanks so much for the Help, but i have another inconvenience now, after you do that code, now i can not see the submenu in the Menu, its possible you can Help me with that too?Cheers
May 20, 2021 at 12:20 pm #1301363Hi,
You had quite a few errors in your css, extra brackets and this css which was hidding your sub-menus:@media only screen and (min-width: 767px) { nav.main_menu ul.sub-menu { display: none!important; }}
please clear your browser cache and check.
Best regards,
MikeMay 21, 2021 at 9:49 am #1301567Thanks so much it works !
but unfortunately i have another inconvenience now, after you do that code, now i can not see the arrows in the submenu inCheers
May 21, 2021 at 12:48 pm #1301608Hi,
That is because you have this css:.avia-bullet { display: none !important; }
I commented it out for you, please clear your browser cache and check.
Best regards,
MikeMay 21, 2021 at 2:26 pm #1301640Hi,
Its works!
Thanks so much for the Support!
Cheer -
AuthorPosts
- The topic ‘How delete or hide the Footer’ is closed to new replies.