We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Page filtre noir - Nightshade - SB | Forum

Julien DC
Julien DC Aug 13 '17
Bonjour, est t'il possible d'enlevé ce filtre pixelisée noir en fond de page ?
Darryl B Leader
Darryl B Aug 13 '17
Not sure what you are referring to. I used google translate on you questions.
"Hello, is it possible to remove the black pixelized filter at the bottom of the page?"
Can you provide a screenshot?
Julien DC
Julien DC Aug 14 '17
Pardon pour le souci de traduction. Sur la photo le fond de la page est blanc en exemple.


Je voudrais enlever le filtre avec tous le point noir, pour avoir un fond de page blanc.

Attachments:
  Sans titre.png (266Kb)
Darryl B Leader
Darryl B Aug 14 '17
If you are trying to remove the slideshow add this to your custom css for the theme in the admin panel.  admin / themes / customize, and choose the css tab. The empty box is where you put custom css. Be sure to click the save button at the bottom when you are done.
.cb-slideshow, .cb-slideshow::after {
    display: none;
}

To change the background color to white also add this.

body {
    background-color: #fff;
}
Julien DC
Julien DC Aug 14 '17
Ok Merci beaucoup.
You do not have permission to reply this topic