• Hi alltogether,

    I have this wordpress site: arndt-auto.de
    I use the theme SoSimple and created a child theme with a style.css
    This file seems not to work really but it is complicated:
    The commands I wrote two days ago are working, but the commands I wrote today are not working.
    I am trying to style this page: arndt-auto.de/startseite-test123

    Maybe you can tell me why only half of the style.css is applyed to my site?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Hi,
    You have syntax error in your style.css of child theme.

    Find this code at line 12 :-
    // background-color: #000;}

    Replace with this code:-
    /* background-color: #000;*/}

    Thanks
    Mohammad

Viewing 1 replies (of 1 total)

The topic ‘CSS not working’ is closed to new replies.