Home › Forums › All Other Themes › Contractor Theme
- This topic has 9 replies, 2 voices, and was last updated 4 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
September 22, 2020 at 7:43 pm #163080
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!
September 23, 2020 at 12:56 pm #163261Hi,
Kindly show us your website URL please?
Regards,
DaveSeptember 23, 2020 at 7:18 pm #163280www.fergusonpools.com
September 25, 2020 at 10:58 am #163401Hi,
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,
DaveSeptember 26, 2020 at 8:54 am #163465Hey, thanks for the response. #1 and #2 are for mobile view, not desktop. What would that CSS be?
September 28, 2020 at 11:21 am #163585Hi,
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,
DaveSeptember 28, 2020 at 9:07 pm #163632Hey 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)
September 29, 2020 at 12:45 pm #163703Hi,
Kindly go to Appearance >> Customize >> Header >> Mobile Outer Toggle Bar Color >> and change it there
Regards,
DaveSeptember 29, 2020 at 7:25 pm #163730Thank you! You guys rock as always!
September 30, 2020 at 12:54 pm #163832Hi Robert,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.