Home › Forums › All Other Themes › Custom CSS doesn't have any effect
- This topic has 12 replies, 4 voices, and was last updated 8 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
February 26, 2016 at 10:15 am #24398
I’m using your skt-full-width-pro theme on CambridgeEnglishResults.com but my custom CSS doesn’t have any effect.
Just as a test, I’ve added these lines under Appearance —> Theme Options —> Layout Settings —> Custom CSS:
.widget {
background: #00ff00;
background-color: lightblue;
}But this has no effect on the display of widgets on the site.
Chrome’s dev tools show this:
https://drive.google.com/file/d/0B3xNAcWy4VXqNlc4R1hhTGg3Zlk/view?usp=sharing…i.e. that my CSS appears in (index):71
.widget {
background: #00ff00;
background-color: lightblue;
}but is overridden by this in style.css:
media=”all”
.header .widget {
background: transparent !important;
margin: 0 !important;
padding: 0 !important;
}Surely the custom CSS should override the default CSS in style.css shouldn’t it?
What’s the solution please?
February 26, 2016 at 10:21 am #24402Hi Tim,
Try to use !important property. So it would be as below:
.widget {
background: #00ff00 !important;
background-color: lightblue;
}Let us know if you still having the issue.
Regards,
DaveFebruary 26, 2016 at 11:37 am #24421Makes no difference I’m afraid. The visual appearance of the widget is the same, and the CSS examiner tool shows this:
.widget {
background: #00ff00 !important;
background-color: lightblue;
}February 26, 2016 at 1:18 pm #24454Hi Tim,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveFebruary 26, 2016 at 2:00 pm #24468OK thanks, I’ve just sent you the relevant info via your contact form. I look forward to hearing from you.
Tim
February 27, 2016 at 4:36 pm #24574This seems to be a recurring problem in the themes. I’m having the same problem in the Kraft theme and as a result I’m created 4-6 support threads which all can be fixed if the css customization worked.
February 28, 2016 at 12:44 pm #24619I’ve just sent you another message via your contact form, along with an admin username and password. I look forward to hearing back from you.
February 29, 2016 at 12:15 am #24664The contact form seems not to be working ow either… I’ve sent an email to [email protected]
subject: https://www.sktthemes.org/forums/topic/custom-css-doesnt-have-any-effect/#post-24619
with my admin and user info. I’ve sent twice before already as there are several issues that need fixed.February 29, 2016 at 1:27 pm #24786@Tim and @Daniel:
We do not work during the weekends. Please be patient with us as we have got your emails and would respond to it by tomorrow at max.
Regards,
DaveFebruary 29, 2016 at 1:46 pm #24794That’s fine. I look forward to hearing from you then.
Best regards,
Tim
March 1, 2016 at 6:25 am #24889Hi Tim,
The task was done. I however haven’t received Daniel’s site info. Kindly send us via sktthemes.net/contact
Regards,
ShriMarch 12, 2016 at 7:29 pm #26575Ive sent my information in a couple of times now… please check
March 14, 2016 at 1:48 pm #26749Kindly send us via sktthemes.net/contact
-
AuthorPosts
- You must be logged in to reply to this topic.