Home › Forums › All Other Themes › The CSS code doesn't work.
- This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
February 28, 2019 at 9:43 pm #118167
I have been using SKT Theme for a while and I found that if I change the CSS settings in the browser directly, It works. If I put the CSS code to the “Appearance >> Customize >> Basic >> Custom CSS”, it doesn’t work.
For Example, I want to change the border color of the flip box back side, so I tried the CSS in the browser as the first image attached below, it works. Then I put the CSS code into the “Custom CSS” section, it doesn’t work, the CSS code even doesn’t show up in the style section of the console. Please check the second image attached.
None of the CSS code below works.
.flipcard .back {
background-color: #f7f7f7;
border-color: #fefefe;
}.flipcard .back {
background-color: #f7f7f7;
border-color: #fefefe!important;
}Attached Images:
First Image:
Second Image:
I have been experiencing this situation for a while and please help! Thank you very much.
Warm Regards,
XiaolingMarch 1, 2019 at 8:49 am #118201Hi,
Kindly show us your website URL?
Regards,
ChrisMarch 1, 2019 at 3:04 pm #118232http://106.dbwebs.site/
March 1, 2019 at 9:52 pm #118248Sorry, I removed it from the homepage. But you can check it here.
http://106.dbwebs.site/index.php/home06-02/
Thank you!
Warm regards,
XiaolingMarch 4, 2019 at 5:59 am #118371Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.flipcard .back { border-color: #fefefe !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.