Site logo

Archived topic

Simple CSS not working on single page ?

5 replies · Started by Samuel on August 20, 2020

Viewing posts 1–6 of 6

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

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?

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;
}
}

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...

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

Glad to hear :)

This archived topic is closed to new replies.