Home › Forums › All Other Themes › SKT Girlie Pro-Section 1
- This topic has 8 replies, 2 voices, and was last updated 7 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
September 16, 2017 at 9:11 pm #83433
Hi team,
I have few question about the theme on Section-1 (what’s new in the shop) area1) How can I get section 1 (whats new in the shop) image to center( show full image ), now only show the top of the image?
2) How to change the social-icons color to their original color?
site: claymagichouse.com
Thank You
September 17, 2017 at 9:04 pm #83454And also how to change the background color on the section 1 ?
Thank you
September 18, 2017 at 6:10 am #83485Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.products-thumb { height:480px;} .fa.fa-facebook.fa-lg { background:#3b5998;} .fa.fa-twitter.fa-lg { background:#2ca7e0;} .fa.fa-google-plus.fa-lg { background:#d74633;} .fa.fa-pinterest.fa-lg { background:#cb2027;} .fa.fa-instagram.fa-lg { background:#912fbf;} .fa.fa-youtube.fa-lg { background:#e02f2f;} .services-wrap { background-color:#fff !important;}
Regards,
ChrisSeptember 18, 2017 at 10:45 pm #83572Thank you for respond,
2) How to change the social-icons color to their original color?>>>> Solved
1) How can I get section 1 (whats new in the shop) image to center( show full image ), now only show the top of the image? >>>>>after add this code .products-thumb { height:480px;} but still doesn’t work, please help again?
Thank you
September 19, 2017 at 6:16 am #83600Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.products-thumb { height:480px !important;}
Regards,
ChrisSeptember 20, 2017 at 12:32 am #83676Thank you for help.
But this code still doesn’t work .products-thumb { height:480px !important;}
another question is how to change the background color for( Home Page Fourth Column Services section)
Thank you again!
September 20, 2017 at 5:36 am #83697Hi,
Kindly add this code there:
#products-box .products-thumb { height:480px !important;}
Can you send us the screenshot of Home Page Fourth Column Services section? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisSeptember 20, 2017 at 6:04 am #83708This code works, thanks
I’ve uploaded the screenshot for Home Page Fourth Column Services section https://imgur.com/a/MBFUm
Thank you very much!
September 20, 2017 at 8:58 am #83737Hi,
What color do you have to use in background.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.