-
Author
-
December 3, 2015 at 02:43 #90830juliemmhParticipant
Hi,
If I put code in the quick css file, it works, if I add it to the style.css in my Kleo child theme, it doesn’t work. I have a lot of different things I want to customize, and am used to working in the style.css sheet.
Are the theme options overriding my style sheet? How do I use the style sheet instead of the theme options?
Thanks!
December 3, 2015 at 02:52 #90832sharmstrModeratorI only use style.css on my sites. Maybe you have bad css its not processing anything below it? In some cases, you’ll have to !important things because of the css nesting.
actually, I just looked and you dont have anything in style.css :/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 3, 2015 at 04:12 #90843juliemmhParticipantOkay, odd because this is my file: (I don’t really want the header black, but was testing to see if it worked or not)
/*
Theme Name: Kleo Child
Theme URI:
Description: Child theme for Kleo
Author: SeventhQueen
Author URI: http://seventhqueen.com
Template: kleo
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*//*
* Please add your custom styles below
*/#header {
background-color: #000;
}December 3, 2015 at 12:59 #90886sharmstrModeratorThat version is the Kleo version number. In any case, its what your server is serving.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
You must be logged in to reply to this topic.