Home Forums Free Themes Travel Eye Travel Eye Pro changes

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #132981
    Brian Michael
    Participant

    Hello. Please can you tell me how to do the following:

    1. Remove the header top bar completely

    2. Remove page title on home page

    #132988
    Brian Michael
    Participant

    Also change the mobile menu button color and style

    #133038
    wensolutions
    Keymaster

    Hello,

    Please find answers to your queries below:

    Query 1: Remove the header top bar completely.

    Response: Regarding your query, you can remove the text to remove the details from the top bar. You can follow the path Admin Panel > Appearance > Customize > Theme Options > Header Options as shown in the screenshot below.

    https://prnt.sc/ualxt2

    Query 2: Remove page title on the home page.

    Response: Yes we can help you with simple CSS if possible as you are using a free theme. So, please provide us with your site URL so that we can help you with fixes. Also, provide us with the screenshot marking the section so that we can be more clear.

    Query 3: Also change the mobile menu button color and style.

    Response: The feature is not available in the free theme.

    Further, you can get detail assistance on the feature and setup of the travel eye theme from the instruction link given below:

    https://themepalace.com/instructions/themes/travel-eye/

    Hoping for your kind co-operation.

    If you have further queries, let us know.

    Regards.

    #133046
    Brian Michael
    Participant

    I figured out to remove the page title for home – it was under the page theme settings -> image

    #133050
    wensolutions
    Keymaster

    Hello,

    First of all, please do not post your license in the public forum. For now, we have deleted your reply.

    Also, glad you figured out the solution.

    If you have any queries, let us know.

    Regards.

    #133051
    Brian Michael
    Participant

    Thank you I still need to know

    1. how to remove the header bar completely

    2. How to change color and style of mobile menu button

    #133055
    wensolutions
    Keymaster

    Hello,

    You can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the top bar.

    .home #top-header {
        display: none;
    }

    Further, You can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to change the color of the hamburger menu in the mobile devices.

    @media only screen and (max-width: 800px){
    #mobile-trigger i {
        background-color: #250c1b;
    }
    }

    You can change the color code as per your requirement.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

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