• In the “site origin editor” widget on a page under “attributes” … I enter the CSS below …

    I’ve also tried adding it to the overall theme via “Simple Custom CSS” – same result.

    h4 {
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #993300;
    }
    
    li {
    padding-top:0px;
    padding-bottom:0px;
    color: black;
    }

    The only thing that works is that the colour changes to black .. not just for the li elements though for everything.

    Nothing else in the css above works.

    Any ideas?

    • This topic was modified 8 years, 3 months ago by creation888.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you post a link to a page where the CSS should have worked but doesn’t?

    Thread Starter creation888

    (@creation888)

    Thanks Stephen

    https://homecomfortsoulfood.com/

    None of the following css works

    #outerafterheader {
     diaplay: none; 
    }
    
    #afterheader {
     diaplay: none; 
    }
    
    .noslider {
     diaplay: none; 
    }
    
    #maincontent-container {
      padding-top: 0px;
    }
    
    h4 {
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #993300;
    }
    
    li {
    padding-top:0px;
    padding-bottom:0px;
    color: black;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS doesn’t work’ is closed to new replies.