Home › Forums › SKT Black/White Theme Support › Changing Services box background and hover color.
- This topic has 12 replies, 2 voices, and was last updated 6 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
January 8, 2018 at 9:27 pm #91087
Hi.
In SKT-Black, how do I change the individual services boxes background color and how do I change the hover color.?
Cheers
HermanJanuary 9, 2018 at 5:13 am #91107Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisJanuary 9, 2018 at 8:12 am #91133Hi Chris.
Website URL is:
http://www.virtualflight.co.nzCheers
HermanJanuary 9, 2018 at 12:42 pm #91204Hi,
Which color scheme do you want to use background and hover.
Regards,
ChrisJanuary 9, 2018 at 7:25 pm #91239Hi Chris.
When a voucher is active I would like the box background to be green, text to be black, both for normal and hover over.
When hovering only the link box to be changed to black with white lettering, to stay in tune with the SKT Black Pro Theme.Cheers
HermanJanuary 10, 2018 at 5:30 am #91261Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
#services-box { background-color: #83b646 !important;} #services-box h2, #services-box p { color:#000 !important;} #services-box:hover { background-color: #000 !important;} #services-box:hover h2, #services-box:hover p { color:#fff !important;}
Regards,
ChrisJanuary 10, 2018 at 6:55 am #91274Hi Chris.
That is half of what I wanted.
When I hover over the service box, the background has to stay green, just the clickable link has to change into black with white lettering.Cheers
HermanJanuary 10, 2018 at 7:11 am #91277Hi,
This is working fine.
See screenshot: https://imgur.com/a/Ow30r
Regards,
ChrisJanuary 10, 2018 at 8:31 am #91283Hi Chris.
The services box background color is green. That’s good.
When I hover over the service box the whole box is turning Black and the clickable link turns white with black color text. that’s not good.
I want the services box to stay green at all times, only the clickable link box need to change into black with white lettering when I hover the mouse over the services box.Cheers
HermanJanuary 10, 2018 at 8:52 am #91295Hi Chris
I have it worked out now, somewhat.
You put me on the right path.Thanks
HermanJanuary 10, 2018 at 9:00 am #91300Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
Remove
#services-box { background-color: #83b646 !important;} #services-box h2, #services-box p { color:#000 !important;} #services-box:hover { background-color: #000 !important;} #services-box:hover h2, #services-box:hover p { color:#fff !important;}
Add this new code there
#services-box { background-color: #83b646 !important;} #services-box h2, #services-box p { color:#000 !important;} #services-box:hover { background-color: #83b646 !important;} #services-box:hover h2, #services-box:hover p { color:#000 !important;} #services-box:hover .read-more {background-color: #000 !important; color: #fff !important; border: #000;}
Regards,
ChrisJanuary 10, 2018 at 11:57 am #91343Perfect
Thanks.
Heran
January 10, 2018 at 12:00 pm #91344Hi Herman,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/14/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.