-
AuthorPosts
-
June 17, 2014 at 9:48 am #279904
When I have the quick css with this info:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
it takes care of it. But as soon as I take it out of quick css, it goes back to all uppercase.
If I update the “layout,.css” on the server, it still shows uppercase.Can you help. I’m getting very frustrated and have wasted tons of time trying to figure out this word press that is supposed to be so easy.
Thank you, Frederic
June 17, 2014 at 3:52 pm #280069Hi frederictib!
Please add your custom CSS code to Custom.css file inside Enfold/Css folder if you would like to clear out Quick CSS field
Regards,
YigitJune 17, 2014 at 4:59 pm #280096Hi Yigit,
So If I don’t put it in the custom it won’t work?
Can I put it anywhere in the Custom CSS?Do I ever have to touch the layout.CSS file?
Thank you ,
Frederic
June 17, 2014 at 5:08 pm #280105Hi!
You need to add your custom CSS code to either Quick CSS field or Custom.css file. You should not change layout.css file.
Regards,
YigitJune 17, 2014 at 6:19 pm #280140Hi Yigit,
I entered this in the custom.css file:/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */}
But it doesn’t work
Thank you
June 17, 2014 at 6:23 pm #280142Hi!
Please move it right below
/* General Custom CSS */
Can you post the link to your website?Regards,
YigitJune 17, 2014 at 6:56 pm #280158This reply has been marked as private.June 17, 2014 at 6:59 pm #280160Hey!
I answered you here – https://kriesi.at/support/topic/it-wont-recognize-my-changes/
I am closing this topic. Please do not create duplicated topicsBest regards,
Yigit -
AuthorPosts
- The topic ‘It won't read the CSS file’ is closed to new replies.