Home › Forums › WoodMart support forum › REMOVE TOP BAR
REMOVE TOP BAR
- This topic has 7 replies, 3 voices, and was last updated 3 years, 7 months ago by
Bogdan Donovan.
-
AuthorPosts
-
July 15, 2021 at 12:19 am #306773
NathamejiaParticipantGood afternoon,
How can I remove a blank top bar? I already tried to configure the header and it still keeps coming out, could you tell me how I can eliminate that space?
——————————
Buenas tardes,
como puedo eliminar una barra superior que queda en blanco? ya intente por configuración del encabezado y aun sigue saliendo, me podrían indicar como puedo eliminar ese espacio?Attachments:
You must be logged in to view attached files.July 15, 2021 at 7:32 am #306808
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshots you attached.
It is the header banner. Please Go to Theme Settings >> General >> Header Banner. And disable it.
Screenshot for Clarification: https://gyazo.com/8f08189784af809e4db22aa9f802215a
Regards.
Xtemos StudiosJuly 15, 2021 at 5:33 pm #306938
NathamejiaParticipantThe Header Banner option does not appear.
Attachments:
You must be logged in to view attached files.July 16, 2021 at 5:59 am #307020
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
You are using an old version of the Theme. In your case the header banner should be under Theme Settings >> Shop >> Header banner.
Screenshot for Clarification: https://ibb.co/S0BRSBc
Best Regards.
July 17, 2021 at 3:03 am #307213
NathamejiaParticipantThank you! the top bar has been removed
How could I update the theme so that it will be in the most current version? I do not have any update on the topic
One last question, how can I change the background color of the mobile menu?
Thank you very much for your help and collaboration.
———————————
Muchas Gracias! ya se elimino la barra superior
como podria actualizar el tema para que quedara en la version mas actual? no tengo ninguna actualizacion del tema
Una ultima pregunta, como puedo cambiar el color del fondo del menu mobil?
Muchas gracias por su ayuda y colaboración.
Attachments:
You must be logged in to view attached files.July 17, 2021 at 7:01 am #307232
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
1) Please read our detailed documentation for help in update the theme:
https://xtemos.com/docs/woodmart/update-theme-2/2) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-side-hidden.wd-opened { background: red; }
Best Regards
July 23, 2021 at 3:52 am #308222
NathamejiaParticipantThank you very much for your answer, one last question …
How can I make banners responsive for LAPTOP? In big pc it works well and mobile phone, but in laptop the image does not fit, could you help me?Attachments:
You must be logged in to view attached files.July 23, 2021 at 6:50 am #308245
Bogdan DonovanKeymasterHi,
This issue is caused by your slider background image that can’t serve all possible slider aspect ratio. You can fix this issue with different approaches:
1. To make your slider text and person visible at the same time, separate your text in to the new layer in slider content and align the person background image to the right side via slide “Background position” setting.
2. Add the following custom code to the Global Custom CSS area in Theme Setting to change slider height to desired device width, where it can match your background image aspect ratio.
@media (max-width: 1200px) { .website-wrapper #slider-63 .wd-slide { min-height: 620px; } }
max-width: 1200px
– desired laptop width
min-height: 620px
– slider heightKind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register