- This topic has 7 replies, 2 voices, and was last updated 5 years, 8 months ago by
Support Team.
-
AuthorPosts
-
March 23, 2018 at 11:34 pm #5658
frankbuddenbrock
ParticipantHow do I change the height of the home page slider?
How do I change the colors of the next and previous buttons?March 26, 2018 at 6:14 am #5666Support Team
KeymasterHello @frankbuddenbrock,
First of all thank you very much for using the theme.
Now as for the slider, the slider will adjust its height according to the image uploaded. So if you want to increase the height of the slider then upload the image of bigger height. Also, make sure to upload all the image of uniform height in slider section.
Finally, to change the colors of the next and previous buttons, use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.featured-slider .travel-banner.slick-slider .slick-next:before, .featured-slider .travel-banner.slick-slider .slick-prev:before { background: #2196F3; }
You can change the color code as per your requirement.
Hope this helps.
Best Regards!!
March 29, 2018 at 5:11 pm #5721frankbuddenbrock
ParticipantThank you for your help.
How can I change the red highlight color being used for a lot of the smaller elements on the page? Is there a global setting that would take care of that?
These are things like the UP arrow at the bottom of the page, the red dividing lines at the top of the footer, etc.
March 30, 2018 at 4:39 am #5724Support Team
KeymasterHello @frankbuddenbrock,
Currently, there is no any color option in the theme to change the color of various part of the theme but we will definitely include the color options in the pro version which is currently under devlopment 🙂 .
Additionally, there are no such settings or CSS using which will change the color of the entire site.
As for now we will provide the custom CSS for some of your requests but if you want to change the color of the entire site then you can always consider hiring the professional developer as it require lots of custom CSS.
If you want to hire a developer please refer to below given link:
http://wensolutions.com/hire-wordpress-customizer
Now to change the color of the border at the button use below given CSS.
footer#footer { border-color: #03A9F4; }
To change the color of the go to top button use below given CSS.
#return-to-top:hover { background: #2e6ab7; } #return-to-top { background: #03A9F4; }
Here you can change the color code as per your requirement.
Hope this helps.
Best Regards!!
Have a good day 🙂 .
April 2, 2018 at 12:44 am #5754frankbuddenbrock
ParticipantIn the trip description under group size it says “pax”.
How can I change that? Nobody will know what that means.Thank you.
April 2, 2018 at 5:26 am #5761Support Team
KeymasterHello @frankbuddenbrock,
To change the text “pax” into your desired text you have to activate the child theme.
You can activate the child theme manually or simply create the child them using the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child theme functions.php file paste below given code.
https://gist.github.com/Steeru/e1f88a979f316c7299f683102b1dcaf3
Hope this helps.
Best Regards!!
April 3, 2018 at 4:51 am #5812frankbuddenbrock
ParticipantHello-
I tried to use your child theme generator and my whole site disappeared. So that isn’t going to work.
Do you have another solution to changing the word “pax” on the site? What does pax mean?
How can I remove Group?I tried to use your Booking system, but I can’t change the number of orders, so that doesn’t work either. I can’t pay for the correct number of participants.
Do you have a solution?April 3, 2018 at 11:14 am #5813Support Team
KeymasterHello @frankbuddenbrock,
Actually, the setting or customization is not export in the child theme so you feel the site has disappeared.
So in order to export the setting of the parent theme to child theme add below-given code in your child theme functions.php file.
https://gist.github.com/Steeru/84d0521f5b8aded2d53e8b1eb4938bf3
Here Pax means no of person a group consist.
Now to remove the group use below given CSS.
.wp-travel-trip-meta-info ul li:nth-of-type(3) { display: none; }
As for your last query, we are having difficulty in understanding it so please explian it with proper screenshot so that we can help you further.
Hope this helps.
Best Regards!!
-
AuthorPosts
- The forum ‘Travel Log’ is closed to new topics and replies.