Home › Forums › All Other Themes › Towing theme footer
- This topic has 14 replies, 2 voices, and was last updated 4 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
March 26, 2020 at 10:36 am #147943
Ik trying to change the footer social media color but its not working.. the html color is yellow but its stays orange..
also the link in footer..privateumbrella.nl
March 26, 2020 at 11:33 am #147945sorry what is orange needs to be white
March 26, 2020 at 12:11 pm #147949Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#footer .social-icons a:hover { background-color: #ffde16 !important; }
Regards,
DaveMarch 26, 2020 at 12:18 pm #147950Thanks Dave!!
Can u please help me with a code to fix the link color in the footer
March 26, 2020 at 12:21 pm #147957Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.col-6.copy-right-1 a { color: #fddd0d !important; }
Regards,
DaveMarch 26, 2020 at 2:40 pm #147972Thanks Dave..
Is it possible for the block text in Bold? can’t find it
PRIVÉ VERVOER
ZAKELIJK VERVOER
ARTIESTEN VERVOER
LUCHTHAVEN VERVOER
VIP VERVOERMarch 27, 2020 at 4:19 am #147989Hi,
Kindly use this one:
.servicebox a h3 { font-weight: 700 !important; }
Regards,
DaveMarch 30, 2020 at 10:34 am #148147Thanks Dave!
Is pobbible to make the blank space between the 2 blocks – front page smaller?
March 30, 2020 at 12:48 pm #148158Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveMarch 30, 2020 at 1:36 pm #148167Hi Dave,
see screenshot https://imgur.com/a/x0wMVtM
there is to much white space inbetween
March 31, 2020 at 5:17 am #148199Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#skt-builder-home-section1-block-31 { padding-top: 0 !important; } .skt-builder-block-description { margin-bottom: 0 !important; } .skt-builder-block-title .skt-builder-block-title-separator { margin-bottom:30px !important;}
Regards,
DaveApril 7, 2020 at 9:39 am #148836Hi Dave,
I want the footer white.. but a small part is black.. can you fix this?
https://imgur.com/a/ZrJfSvo
April 8, 2020 at 9:52 am #148947Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.footercols2:nth-child(2)::before, .footercols2:nth-child(2)::after { display:none;}
Regards,
DaveApril 9, 2020 at 10:06 am #149049Thanks Dave!!
In the footer i want to center the social media icons..
April 9, 2020 at 1:41 pm #149056Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.footercols2 .social-icons { text-align:center;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.