Home › Forums › All Other Themes › SKT Marvin help
- This topic has 3 replies, 2 voices, and was last updated 1 year, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
September 16, 2022 at 1:14 am #200519
Hi .
My qouestions is for SKT Marvin theme
1 – How can i change background color and color of at under left menu social icon
2 – How can i remove “Footer Copyright Text” area at theme
3 – can i change the height “Footer Copyright Text” area
ThanksSeptember 16, 2022 at 6:34 pm #200535Hi,
1 – How can i change background color and color of at under left menu social icon??
Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.social-icons a:link { color:#4bc88b;}
2 – How can i remove “Footer Copyright Text” area at theme?
Ans: If you want to remove “Footer Copyright Text”? Kindly use this CSS.
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#copyright { display:none;}
3 – can i change the height “Footer Copyright Text” area?
Ans: If you want to Change height of “Footer Copyright Text”? Kindly use this CSS.
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.copytext { padding: 5px 10px;}
Regards,
DaveSeptember 16, 2022 at 10:30 pm #200539Thanks its works fine
Another question
How can i change background color under left menu social icon??
September 19, 2022 at 1:11 pm #200558Hi,
Kindly use this CSS to social media background color.
.left-social { background-color: #000 !important;}
Kindly use your color code instead of #000.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.