Home Forums Free Themes Signify eCommerce menu and header issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #188400
    rmineh
    Participant

    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.

    #188429
    Psink
    Keymaster

    @RMINEH,

    Regarding 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/2kadyxmw

    If 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

    #188467
    rmineh
    Participant

    On 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

    #188475
    Psink
    Keymaster

    @RMINEH,

    Now 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

    #188488
    rmineh
    Participant

    Thank 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=5dcc649a4b24ae8715864d5eb58efa3b

    #188494
    Psink
    Keymaster

    Please 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.