Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #280069

    Hi 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,
    Yigit

    #280096

    Hi 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

    #280105

    Hi!

    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,
    Yigit

    #280140

    Hi 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

    #280142

    Hi!

    Please move it right below
    /* General Custom CSS */
    Can you post the link to your website?

    Regards,
    Yigit

    #280158
    This reply has been marked as private.
    #280160

    Hey!

    I answered you here – https://kriesi.at/support/topic/it-wont-recognize-my-changes/
    I am closing this topic. Please do not create duplicated topics

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘It won't read the CSS file’ is closed to new replies.