Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterPlease 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
Psink
Keymaster@FASTFORWARD, really sorry for the late reply.
Regarding the latest news in the header actually, there has been a little mistake in the code that I have given before it should be “visibility: hidden” but I have given you “visibility: none”
#top-header .latest-news{
visibility: hidden;
}regarding the menu browser is it the menu background or is something else that you want to change the color
And don’t worry We will be releasing the new update soon may be in the mid of the next week
Also once again sorry for keeping you await
-
This reply was modified 2 years, 8 months ago by
Psink.
Psink
Keymasterplease add this CSS in the additional CSS, you will find Additional CSS inside the customize, there you can paste the code
#recommended-packages .section-header.align-center:before {
content: “Hello world”;
line-height: 61px;
font-size: 22px;
}you can change the content text for the gap you can change the line height value and for the size you can change the value of font size
Psink
KeymasterSeems there is a conflict between the js files. Could you please disable all the plugins and check if the issue is still exists
Psink
Keymastercould you please share your site URL?
Psink
KeymasterNow 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 14, 2023 at 11:03 pm in reply to: Mobile version can’t show travel content and price details #188474Psink
Keymaster@ELIANDYAO, This may be due to the browser cache in your phone, the changes are not working properly. Could you please clear your browser cache and recheck the issue and also check in others’ mobile phones as well
Psink
Keymaster@RGMITTS, is the menu that is marked with the red circle in the screenshot?
https://www.awesomescreenshot.com/image/37111090?key=a2d963762244cfb1b792067c4bd25bbaif that is the case, please follow the screen record
https://www.awesomescreenshot.com/video/14820591?key=d491a09e14c9e873e8b6c43acfd6efb6Psink
Keymaster@CIOCCOTRAVEL, IT is not possible to edit the homepage sections with the Elementor. Theme homepage sections are based on the customizer so we can’t change the content using Elementor. But no worries we can add using the CSS code if it is just a simple text,
Regarding the hovering issue, I guess we need to add a few lines of CSS for the hover
Could you please share your site URL? We will inspect and provide you with a CSS
Also could you please share the screenshot with a marking where to add the text above the package section
February 14, 2023 at 5:51 am in reply to: Mobile version can’t show travel content and price details #188456Psink
KeymasterPlease add this CSS in the Additional CSS
@media screen and (max-width: 1024px){
.single-itineraries.left-sidebar #primary, .single-itineraries.right-sidebar #primary {
float: left;
width: 100%;
}
.right-sidebar #secondary{
display: inline !important;
}
}GO to Dashboard >> Customizer >> Additional CSS there you can paste the code and published the site
Please let us know if there is still an issue
Psink
Keymasterplease follow the screen record,
https://www.awesomescreenshot.com/video/14787817?key=f3ccb6ccbb9780a7c4a784477477679dlet us know if you have any confusion
Psink
KeymasterQuick Question
Is it the home template and the header footer template that is changed after shifting to pro to free version?
or there is an another stuffPsink
KeymasterShifting from free to pro version will not change the post/page and the WordPress Settings. But I guess you are talking about the templates that is not override after shifting to pro version.
I guess we have to transfer template manually. Could you please share your site dashboard from our contact form? We will help you to transfer template
-
This reply was modified 2 years, 8 months ago by
Psink.
February 13, 2023 at 4:07 am in reply to: Mobile version can’t show travel content and price details #188435Psink
Keymaster@ELIANDYAO, could you please share your site URL? We will inspect and get you back once we verify the issue and solution for fixing the issue
-
This reply was modified 2 years, 8 months ago by
-
AuthorPosts