Instead of leaving a negative review with a generic “not work for me”, you can open a support thread with a description of your issue and I’ll be happy to help you.
Thread Starter
mamad
(@mrghasemi1047gmailcom)
Hi. I want change style of pages. But not working. I test on several site.
For example: default top of the pages show a banner with class . top-bannner. I want for special page remove this banner. With use of your plugin i add custom css below page like:
. top-bannner {
Display:none;
}
After save banner show and code not work.
Can help me???
Have you inspected your front-end code to see if there’s the custom css you’ve added?
This doesn’t seem to be a plugin issue, probably some css rules in your theme are overriding your code.
Have you tried with !important?
. top-bannner {
Display:none !important;
}
Could you provide a link where I can see what’s happening?
Thanks,
Daniele
Thread Starter
mamad
(@mrghasemi1047gmailcom)
If i send you admin info you can check issue?
I’m sorry, in the wp support forum we are not allowed to request your credentials, can you paste a link to one of the pages where your css rules are not working?
It should be enough to check your issue.
Thread Starter
mamad
(@mrghasemi1047gmailcom)
I’ve inspected your code, please note that the plugin works perfectly, your css is in the document head, and everything is working.
You are using wrong css rules, and that’s the only issue.
In your page http://zoxnews.wpressi.space/typography/ the body element doesn’t have a home class, what you need in this page is
#mvp-site-main {
margin-top: 0 !important;
}
Since it is not a plugin issue, could you please change your review?