Some help with edits to Parallax theme - by seaniselectric

This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Jack Richardson

  • Avatar: seaniselectric
    seaniselectric
    Participant
    June 9, 2016 at 13:38

    Hi guys. First, can I turn the homepage header logo off for mobile.

    Second, some titles aren’t centre aligning or fitting the screen right. Please see titles on Homepage “Gardens Exteriors” “Airless Spraying” “Industrial Commercial”

    Thirdly, I can’t get the the elements to align propely on mobile. They are a bit wonky.

    Thanks for your help!

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: seaniselectric
    seaniselectric
    Participant
    June 9, 2016 at 14:01

    In relation to third above, I am referring to the first Parallax section. On mobile, the paint brand logos (Dulux, Johnsons etc) do not align up with the logo in the centre.

    Also, how do I make the menu font against this white header black? At top of this page http://pwcdecorators.co.uk/house-home-decorating

    And, how can I turn the scrolling header off completely (the smaller one that appears when you scroll down a page).

    And on mobile, how do I make the menu font white. Thanks.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 9, 2016 at 17:02

    Hello,

    1. You can decrease font size for titles on mobile, use this code in Theme Options > Custom CSS > Custom CSS for mobile:

    h1 {
      font-size: 25px !important;
    }

    As I see you’ve already removed logo on mobile with this css code:

    .header-logo {
        display: none !important;
    }

    2. To change menu color use this css code:

    .page-id-16826 .menu > li > a {
        color: black !important;
    }

    3. To remove scrolling header go to Theme Options > General > Fixed navigation > Off.

    4. As I see in mobile your menu items are white http://storage5.static.itmages.com/i/16/0609/h_1465488132_4227286_28cd8ea1e6.jpeg .

    Best regards,
    Jack Richardson.

    Avatar: seaniselectric
    seaniselectric
    Participant
    June 9, 2016 at 17:17

    Hi Jack

    Thanks for the help.

    This code below for the menu font colour. Can it be set for everypage accept the Homepage?

    .page-id-16826 .menu > li > a {
    color: black !important;
    }

    Also, could you look at the first Parallax section on the homepage (not the rev slider), I’m really struggling to get these elements lined up. http://postimg.org/image/ayj6t17d7/

    Thanks again!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 9, 2016 at 19:08

    Hello,

    Then use this code:

    .menu > li > a {
        color: black !important;
    }
    .home .menu > li > a {
        color: white;
    }

    and add this one to Custom CSS for mobile:

    .vc_custom_1465473879396 {
       margin-left: 120px;
    }

    Best regards,
    Jack Richardson.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.