Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #264888

    I have tried some simple CSS changes and I am not seeing the expected changes after saving and refreshing. Am I missing something?

    Here are the test changes:

    .main_color {
    background-color: #000000 !important;
    }
    #scroll-top-link {
    background-color: #ffffff !important;
    }
    html.html_boxed {
    background-color: #ffffff !important;
    }

    #264889

    Do you have a link to the site?
    You might have to check the file permissions.
    Maybe you dont have the right to write the files

    #264892

    Thank you for looking. The site is currently staged here: http://9a4.276.myftpupload.com/

    #264906

    Looks fine for me. what are you expectations?
    changing this:

    html.html_boxed {
    background-color: #ffffff !important;
    }

    into

    `html.html_boxed {
    background-color: #000000 !important;
    }
    will make the background black.
    And i am sure it will work

    #264910

    Hi!

    All of the Quick CSS is saved to this file in your uploads folder: http://9a4.276.myftpupload.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1

    So make sure that the file is writable by your WordPress installation. If you are familiar with chmod permissions it should be at least 766 though I have heard of some who needed for it to be 777. If you aren’t familiar, your hosting provider should be able to assist in changing the permissions.

    Otherwise you could use a child theme and then add your css to the child themes style.css which is the recommended way to do any theme customization these days. See: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Devin

    #264917

    !!!! i dont recommend setting it to 766.!!!! unless you want the visitors of your website to be able to modify your website
    644 is enough for all files while folders should have 755.

    Also i can see that the quick CSS is added to the website. So you dont have to do anything about the file permission

    #264957

    The issues we are having appear when we resize the screen to respond for mobile….the header background goes from white to black.

    Also, we have tried to disable the Go to Top widget because we suspect this is causing the color change. We cannot figure how to disable the widget.

    Thanks for your advice.

    #264962

    The “go to top”-button in the bottom right corner has nothing to do with that.

    It could be dissabled by using:

    #scroll-top-link {
        display: none;
    }

    Also i dont see the header background changing and the onlything with a black background is the area that contains “agreements”, “payments”, “reminders” and the form to get future updates.

    And thats because you have the following in your quick css:

    .main_color {
    background-color: #000000 !important;
    }
    #266489

    Hi David!

    Let us know if the issue is fixed.

    Best regards,
    Josue

    #266815

    Thanks for checking back in with me on this. Yes, the issues seems to be fixed. It baffled us for some time because we were seeing something different than this forum was seeing. We finally moved to our live server and it was indeed working. Magic, we think. ;-)

    Thanks for the quick responses from everyone.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Quick CSS Changes Are Not Applied’ is closed to new replies.