• Hello all
    i want the background of all my site to be white and not light grey
    what should i do??

    i tried a lot before posting here
    i used css coding
    .site-info { background-color: #ffffff; }
    and i tried int the customie theme panel

    all and didn t work

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    You should not need CSS code for this.

    Open the Customizer and click on Colors. Click on Background Color and set the color to #ffffff

    If you have it set like that already, it means the grey color is coming from somewhere else, either a plugin or custom CSS already added to the Customizer.

    Looking in the browser inspector it shows that code is coming from an inline stylesheet – inline stylesheet #15 on my end, but it won’t necessarily load stylesheets in the same order on your browser – and the CSS rule making that change is:

    body {
                                font-family: Arial, Helvetica, sans-serif;
                                background-color: #f1f1f1;
                            }

    International driving License by designduedate lebanon

Viewing 1 replies (of 1 total)
  • The topic ‘background transparent – i want it white’ is closed to new replies.