Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

VW Tour Theme

Home Forums VW Theme VW TOUR & TRAVELS THEME VW Tour Theme

Viewing 15 posts - 31 through 45 (of 124 total)
  • Author
    Posts
  • #3479
    injojoy
    Participant

    Maybe is related to megamenu, I can not disable it as you said.

    #3481
    VWTHEMES
    Keymaster

    Hi,

    Maybe you want the transparent menu as in the reference site you showed. For this replace the CSS which I have given you before with the below CSS.


    @media
    screen and (min-width: 768px) {
    div#header {
    position: absolute;
    background-color: rgba(28, 50, 72, 0.7);
    }
    }

    Thanks.

    #3511
    injojoy
    Participant

    Hi, why there is not an option to change header image like the WP Tour Lite theme?
    Only color can be changed.
    Is there a way? Please correct me if I’m wrong.

    #3512
    injojoy
    Participant

    Help me with this, please.
    Your transparency code worked great so:
    *Any code for reduce header’s height?
    *Any code for get rid of the central header’s horizontal line?
    *Can the header’s image can be changed?
    Thanks!

    #3515
    VWTHEMES
    Keymaster

    Hi,

    To remove the border add this code:

    #header .top-bar{
    border: none;
    }
    Background image option is not there. But this feature will be there in the next version.

    If you could share your URL that would be great for header height.

    Thanks

    #3519
    injojoy
    Participant
    #3522
    VWTHEMES
    Keymaster

    Hi, There is nothing on your site: http://vwthemes.net/support-images/site.png

    #3524
    butler.claire
    Participant

    Hi, how do you add logo images to the footer section on the VW tour?

    #3571
    VWTHEMES
    Keymaster

    Hi, right now you cannot add images to the footer. But we are launching an updated version where you can add the images. We will send you a notification email about that.

    Thanks

    #3572
    injojoy
    Participant

    PLease, visit it again: http://satistours.com/wp/
    Help me with a code to reduce header’s height size ( I think logo will reduce too ).
    Thanks.

    #3574
    VWTHEMES
    Keymaster

    Hi,

    Add the below CSS

    img.custom-logo {
    height: 79px;
    width: 156px;
    }
    #header .top-bar{
    padding: 3px 0;
    }

    Thanks

    #3578
    butler.claire
    Participant

    Hi, when is the next version due out?

    #3583
    VWTHEMES
    Keymaster

    Probably in next week.

    #3624
    info25
    Participant

    Is there a way to add navigation properties to the slider? ie: left & right arrow, play and pause button

    #3659
    VWTHEMES
    Keymaster

    Hi,

    Left & right arrows can be added but play and pause button is not possible for now.

    Thanks

Viewing 15 posts - 31 through 45 (of 124 total)
  • You must be logged in to reply to this topic.