Home › Forums › Free Themes › Signify eCommerce › menu and header issues
- This topic has 5 replies, 2 voices, and was last updated 1 year, 9 months ago by Psink.
-
AuthorPosts
-
February 10, 2023 at 8:38 pm #188400rminehParticipant
Hi,
I have two issues.1. I cannot figure out how to change my main menu from a square dropdown to the words lined up across the top of the header. I can’t find anywhere that has options to change this.
2. There are words in my headers in almost all pages. I did not add these and can’t find where to delete them. There is nothing in the Header Media section, it is all blank so there should be no words in my headers. See attached pics.
Any help gratefully appreciated. My website is http://www.farmhouseonnubba.com.au as I cannot figure out how to post screenshots.
February 12, 2023 at 10:59 pm #188429PsinkKeymasterRegarding query no.1, I’m a little bit in confuse, I did not see any square dropdown in the header ( desktop version ). Could you please explain in more detail?
And Regarding the second query, is it a site title? I have marked in the screenshot
https://tinyurl.com/2kadyxmwIf you are talking about the site title, you can change form Site Identity options in the customizer
You can use an awesome screenshot extension in the Chrome browser to share the screenshot as well screen record by generating the sharable link
February 14, 2023 at 8:55 pm #188467rminehParticipantOn my desktop i see this menu:
https://www.awesomescreenshot.com/image/37105832?key=84a9a71aaa38a4bc0763b787eab20f61
Also, this is the header issue I am referring to:
https://www.awesomescreenshot.com/image/37105822?key=963761711b4670796ed5b4ac7afd1fd7
Both of these screenshots are on my SHOP page, but every page you go to has something in the header that i cannot remove.
https://www.awesomescreenshot.com/image/37105861?key=c6aa384e1981dcc8c91485ebf391d548
February 15, 2023 at 1:44 am #188475PsinkKeymasterNow I figure out the issue. Regarding the menu, it depends on the screen size – the dropdown menu will active for a screen size less than 1200. I guess the screen size of your desktop is less than 1200 Maybe 1040
Regarding header text please add this CSS in the Additional CSS
body.woocommerce .custom-header .custom-header-content-wrapper{
display: none;
}please let us know if the code works
February 15, 2023 at 5:52 pm #188488rminehParticipantThank you, that did fix the header issue.
Is there any way to have the menu on the smaller screens other than the drop down? I have had normal menus with other themes and i prefer it to the drop down.
Also, how can i remove the TOP MENU sign in the header top area next to the search and cart and move the icons to the right hand side of the page?
https://www.awesomescreenshot.com/image/37145905?key=5dcc649a4b24ae8715864d5eb58efa3bFebruary 15, 2023 at 11:47 pm #188494PsinkKeymasterPlease add this CSS the to remove TOP Menu
@media only screen and (max-width: 1200px){
#header-top #top-menu-wrapper{
display: none;
}#header-top .wrapper{
justify-content: right;
padding: 0px 20px
}
}#header-top .open-bar-wrapper {
display: flex;
}#header-top .open-bar-wrapper .cart-contents .count {
left: initial;
}Regarding the menu, we will contact the theme author and let him know. Maybe in the future, he will manage in new release
-
AuthorPosts
- You must be logged in to reply to this topic.