• Resolved aruneshdutta

    (@aruneshdutta)


    Hello

    I had been using the plugin and was working fine, recently saw that after making changes and saving in Custom CSS of plugin changes are not getting reflected in website but if I copy the same CSS code and move it to Additional CSS under theme settings the CSS takes affect, kindly guide on fixing the issue

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi 🙂

    Thanks for reaching out.

    If the same rule takes effect when added to Additional CSS then it’s possible you’re seeing a specificity issue. You could test this out by adding !important and then testing.

    .text {
    color: red !important;
    }
    Thread Starter aruneshdutta

    (@aruneshdutta)

    nothing affects it css was working fine as mentioned but all of a sudden it doesn’t recognize

    Plugin Support Andrew Misplon

    (@misplon)

    Please, send a link to the page concerned and let us know which part of the page your rule is targetting.

    Thread Starter aruneshdutta

    (@aruneshdutta)

    .entry-content .alignleft {
    background-color: #16421c;
    border-style: ridge;
    border-color: #40ded3;
    }

    ref page :: https://minervatech.xyz/index.php/about-minerva/

    No changes taking affect but in view mode it shows the changes

    Plugin Support Andrew Misplon

    (@misplon)

    Thanks. If you’re able to open your browser developer tool > Console, you’ll see the SiteOrigin CSS file is showing a 403 error. Perhaps a permissions issue? https://fjorgedigital.com/insights/blog/403-forbidden-on-wordpress-stylesheet/

    Thread Starter aruneshdutta

    (@aruneshdutta)

    No it’s opening fine and I’m able to see the preview of any CSS chanegs being made in the plugin only it doesn’;t take affect

    Plugin Support Andrew Misplon

    (@misplon)

    When I viewed your site, in the web developer console tool, the SiteOrigin CSS file was showing a 403 forbidden error. Here is a screenshot of that 403 error in the console: https://imgur.com/a/9u22nC2. One way to resolve would be to copy that screenshot and send it to your hosts and ask if they can help resolve the blocking of that file.

    Plugin Support Andrew Misplon

    (@misplon)

    Before reaching out to your hosts, I suggest doing a quick plugin conflict test. Temporarily deactivate all plugins except SiteOrigin CSS, do so in one go. Once all other plugins are deactivated, see if the issue is resolved. That’ll let you know if a plugin conflict is to blame.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘CSS not getting updated if changes made through Custom CSS’ is closed to new replies.