Contractor Theme

Home Forums All Other Themes Contractor Theme

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #163080
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Hello, I’m having some trouble with this theme.

    1) I cant figure out where to edit the mobile header background for the logo. Right now it shows a purple background.

    2) On mobile, the first slider text “keep your pool clean” is floating into the header / logo area. How can I move this down?

    3) How can I change the link’s anchor color on the footer with out affecting the entire site?

    4) How can I decrease the size of the copyright area on the bottom on desktop version? There’s a lot of empty space there.

    Thank you!

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

    Hi,

    Kindly show us your website URL please?

    Regards,
    Dave

    #163280
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    www.fergusonpools.com

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

    Hi,

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

    .header {
        background: #072142 !important;
    }
    .nivo-caption {
        top: 32% !important;
    }
    .footercols4:nth-child(2) a {
        color: #ccc !important;
    }
    .copytext { padding: 20px 0 0;}

    Regards,
    Dave

    #163465
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Hey, thanks for the response. #1 and #2 are for mobile view, not desktop. What would that CSS be?

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

    Hi,

    Remove:

    .header {
        background: #072142 !important;
    }
    .nivo-caption {
        top: 32% !important;
    }
    .footercols4:nth-child(2) a {
        color: #ccc !important;
    }
    .copytext { padding: 20px 0 0;}

    And replace:

    @media screen and (max-width:767px) {
    .header { background: #072142 !important;}
    .nivo-caption { top: 32% !important;}
    }
    .footercols4:nth-child(2) a { color: #ccc !important;}
    .copytext { padding: 20px 0 0;}

    Regards,
    Dave

    #163632
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Hey that worked. Thanks! One last thing I didn’t consider when changing backrounds was the “3 line” menu option on the right of logo on mobile view. Right now it’s black and I would like to put it white (#FFF)

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

    Hi,

    Kindly go to Appearance >> Customize >> Header >> Mobile Outer Toggle Bar Color >> and change it there

    Regards,
    Dave

    #163730
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Thank you! You guys rock as always!

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

    Hi Robert,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

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