badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

header menu and social icon

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8210
    charles
    Participant

    Hi, thanks for the great theme and fantastic support. I am experiencing some challenge in customizing attitude theme:
    1. How can I remove the header menu and place it at the footer.
    2. How can I remove social icon and search bar from the header.
    Regards.

    #8322
    Sanjip Shah
    Participant

    @charles 1. Our theme supports the header menu only. So, moving it from header to footer or creating a new one in footer will need code customization. Thus, you may need to hire a developer on this one.
    2. For this you can go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    .hgroup-right {
        display: none;
    }
    #8342
    charles
    Participant

    Thank you.
    Is it possible to disable the navigation entirely, if yes how will do that?

    #8476
    Sanjip Shah
    Participant

    You can add the following css.

    #access {
        display: none;
    }
    #8489
    charles
    Participant

    Thanks

    #8491
    charles
    Participant

    Hi Sanjip,
    When I disabled the Navigation menu it left a wide gap, how do I fix.
    Is it possible to place an image at the header right of the logo image how do I do that?
    Regards

    #8547
    Sanjip Shah
    Participant

    If you could provide link to the exact page, I could look further into it and provide the support.

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