Home › Forums › Free Themes › Travel Eye › Travel Eye Pro changes
- This topic has 6 replies, 2 voices, and was last updated 4 years, 2 months ago by wensolutions.
-
AuthorPosts
-
September 2, 2020 at 2:57 pm #132981Brian MichaelParticipant
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
September 2, 2020 at 3:57 pm #132988Brian MichaelParticipantAlso change the mobile menu button color and style
September 2, 2020 at 11:57 pm #133038wensolutionsKeymasterHello,
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.
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.
September 3, 2020 at 12:31 am #133046Brian MichaelParticipantI figured out to remove the page title for home – it was under the page theme settings -> image
September 3, 2020 at 1:06 am #133050wensolutionsKeymasterHello,
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.
September 3, 2020 at 1:10 am #133051Brian MichaelParticipantThank 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
September 3, 2020 at 2:05 am #133055wensolutionsKeymasterHello,
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.
-
AuthorPosts
- You must be logged in to reply to this topic.