Change Height of Home Page Slider

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5658
    frankbuddenbrock
    Participant

    How do I change the height of the home page slider?
    How do I change the colors of the next and previous buttons?

    #5666
    Support Team
    Keymaster

    Hello @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!!

    #5721
    frankbuddenbrock
    Participant

    Thank 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.

    #5724
    Support Team
    Keymaster

    Hello @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 🙂 .

    #5754
    frankbuddenbrock
    Participant

    In the trip description under group size it says “pax”.
    How can I change that? Nobody will know what that means.

    Thank you.

    #5761
    Support Team
    Keymaster

    Hello @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!!

    #5812
    frankbuddenbrock
    Participant

    Hello-
    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?

    #5813
    Support Team
    Keymaster

    Hello @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!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Travel Log’ is closed to new topics and replies.