[Resolved] Simple CSS not working on single page ?

Home Forums Support [Resolved] Simple CSS not working on single page ?

Home Forums Support Simple CSS not working on single page ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1411675
    Samuel

    Hi,

    I have a issue on my homepage. I’m using the Simple Css meta box option on this page and it seems not working anymore : https://monvoyageencolombie.com

    I have several custom CSS for this specific page and it seems that something is blocking it. It’s really weird and it happened suddenly.

    On the other side General CSS for entire website is working…

    I’ve disabled all my other plugins, keeping only GP premium, Generate block, Wp Show post ans Simple CSS to see if it could change something but it didn’t do nothing.

    Thanks for your help

    #1411709
    Leo
    Staff
    Customer Support

    Hi there,

    Can you disable all other plugins for us to take a look?

    What CSS are you referring to?

    Can you make sure there is no syntax error in your CSS?

    #1411726
    Samuel

    Hi,

    No I can’t disable all my plugins as my website is live. But I can tell you that I did deactivate all plugins and it didn’t change anything.

    I can’t see any syntax error in my CSS :

    /*** TITRES ***/
    h2.bienvenue {
    font-size:60px !important;
    }
    @media only screen and (max-width: 720px) {
    h2.bienvenue {
    font-size:36px !important;
    }
    }
    
    h2 {
    margin-top:0px !important;
    }
    
    .home-header h3 {
    font-size:2em;
    }
    
    /*** HEADER ***/
    
    .page-hero {
    padding:5px;
    }
    
    /*** FOOTER ***/
    
    .footer-widgets .widget-title {
    margin-top:40px !important;
    }
    
    /*** WP SHOW POST***/
    .wpsp-content-wrap .wp-show-posts-entry-header {
        margin: auto;
    text-align:center !important;
    }
    
    .wp-show-posts-image-overlay {
    opacity : 0.4 !important;
    }
    
    .wp-show-posts-image:hover .wp-show-posts-image-overlay {
    opacity : 0.8 !important;
    }
    
    @media only screen and (max-width: 720px) {
    .wpsp-card .wp-show-posts-single {
    margin-bottom:0px !important;
    }
    }
    #1411730
    Samuel

    Re,

    I checked and I have specific CSS on an another post that is working fine… so it seems it’s affecting my homepage only…

    #1411742
    Samuel

    Ok, I found it, problem was syntax error inside the general CSS… mystery solved.
    Sorry about that !

    #1411759
    Leo
    Staff
    Customer Support

    Glad to hear 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.