Home › Forums › All Other Themes › BGColor of SKT Education
- This topic has 6 replies, 2 voices, and was last updated 5 years, 6 months ago by
Forum Moderator.
-
AuthorPosts
-
February 28, 2018 at 7:54 pm #95330
The background color of each of the boxes is services should be able to control the color of each one from the page, but still using the default color for the 3 boxes.
The url is: http://viernescentrodeformaci.apps-1and1.net/
March 1, 2018 at 10:44 am #95399Hi,
Which color you want to use in the service boxes.
Regards,
ChrisMarch 1, 2018 at 11:17 am #95401Hi,
The color code are:
ff507a
eed518
63b7ffThanks
March 6, 2018 at 6:50 am #95788Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.home_section1_content a:nth-child(3n+1) .sliderinbox { background: #ff507a !important;} .home_section1_content a:nth-child(3n+2) .sliderinbox { background: #eed518 !important;} .home_section1_content a:nth-child(3n+3) .sliderinbox { background: #63b7ff !important;}
Regards,
ChrisMarch 20, 2018 at 12:43 pm #97100Thank you for your help.
Now if they are with the colors in the home_section, but they do not take the colors correctly when accessed to the services page.http://viernescentrodeformaci.apps-1and1.net/servicios
How can I change the background colors of the boxes?
March 20, 2018 at 5:01 pm #97112Uff, sorry, My english is very bad.
I wanted to say. The boxes now have the correct colors in the main section, but when you access the Services page, the boxes do not have the correct background
March 21, 2018 at 6:43 am #97157Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.thn_post_wrap a:nth-child(3n+1) .sliderinbox { background: #ffcc00 !important;} .thn_post_wrap a:nth-child(3n+2) .sliderinbox { background: #4993d1 !important;} .thn_post_wrap a:nth-child(3n+3) .sliderinbox { background: #ff507a !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.