• I am using vantage theme on google chrome I went to stylesheet.css and edited
    .main-navigation {
    margin: 0 -35px;
    background: brown;
    position: relative;
    font-size: 0;

    background to brown when I update file and visit page there is no change! please help

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

    Not sure what you mean by using Google Chrome.

    If you want to customize your CSS files try using a child theme or a custom css plugin such as Simple Custom CSS.

    Also, you need the closing bracket at the end of your code:

    .main-navigation {
    margin: 0 -35px;
    background: brown;
    position: relative;
    font-size: 0;
    }

    I hope that helps 🙂

    Luke the Daft Duke

Viewing 1 replies (of 1 total)

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