Adventure Theme

Home Forums All Other Themes Adventure Theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #207682
    AshAsh
    Participant
    • Topics: 7
    • Replies: 39
    • Total: 46
    Member since: May 26, 2021

    Hi there, I’m currently working on the Adventure theme and I’ve run into the following issues:

    1. Slider navigation on the front page – I have edited the colours on the navigation arrows but only the right one has changed, the left one remains the default colour. I would like the colour changed to #AAA245

    2. I can’t find where I can change the button colours on both the ‘booking’ form and the ‘contact us’, I would like the red changed to #AAA245

    3. When viewing the mobile version the logo square is too big and doesn’t fit into the white header neatly

    4. How can I remove the ‘number of tours available’ headings on the ‘services’ page (previously titled ‘destinations’)?

    Thanks in advance for your help.

    #207704
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi,

    Kindly use us your website URL?

    Regards,
    Chris

    #207757
    AshAsh
    Participant
    • Topics: 7
    • Replies: 39
    • Total: 46
    Member since: May 26, 2021

    https://grandexpeditionsandtransfers.au

    #207762
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .slider-main .theme-default .nivo-directionNav a.nivo-nextNav, .wpcf7-submit { background-color: #aaa245 !important;}
    .skt-tourcat-column-catcount { display: none;}
    
    @media screen and (max-width:479px) {
    .logo { padding-bottom:0;}
    .header.type3 .logo img, .header.type4 .logo img { margin:0 !important;}
    .header.type3 .logo, .header.type4 .logo { margin: -20px 20px 0 !important; height: 120px; overflow: hidden;}
    }

    Regards,
    Chris

    #207782
    AshAsh
    Participant
    • Topics: 7
    • Replies: 39
    • Total: 46
    Member since: May 26, 2021

    Great, thank you. That has worked.

    Can you please help me with the following:

    1. On the individual tour pages there is a line of buttons titled ‘information’, ‘location’, ‘gallery’ and ‘reviews’ – I have changed the colour from red to green, however after each button is selected it remains highlighted at the default red colour, I would like it to be #AAA245

    2. On the mobile version, when the site is being viewed on landscape the logo overlaps the text in the image slider – can this be adjusted at all?

    Thanks in advance.

    #207826
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS for mobile landscape.

    @media screen and (min-width:480px) and (max-width:767px) {
    .logo { padding-bottom:0;}
    .header.type3 .logo img, .header.type4 .logo img { margin:0 !important;}
    .header.type3 .logo, .header.type4 .logo { margin: -20px 20px 0 !important; height: 120px; overflow: hidden;}
    }

    Regards,
    Chris

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.