• I was changing the colors that JustWrite theme allows in appearance. I changed them all back to default in the end and it didn’t work for my advertisement. My advertisement background color is showing up as #dd3333, but I want it back to normal. Which was a color I had tried previously in the adjustable settings, just to see what it looks like. I have tried removing the advertisement and putting it back and it didn’t change it. When I open the site in chrome and right-click on the advertisement and go to Inspect it shows the exact block of css that I want to change (shown below). If I go to the style.css sheet I can’t find the same thing anywhere. Also its not in custom.css either. Please help me figure this out as I have spent days on it and can’t. The Advertisement was showing up properly before I flipped through the color changes in the theme appearance section, but remember I have verified that each of these are set back to default. My website is investingandsidehustles.com you can find the advertisement after the first paragraph of any of the posts. You can miss it, it’s Coral Pink! If you need an exact link to a post here’s one http://investingandsidehustles.com/7-information-technology-related-side-hustles-with-little-or-no-investment/ Thanks for your help!!!

    li {
        margin-bottom: 5px;
        height: 33px;
        line-height: 33px;
        background: #dd3333;
        background: -moz-linear-gradient(top, #dd3333; 0%, #dd3333 100%)background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd3333), color-stop(100%,#dd3333));
        background: -webkit-linear-gradient(top, #dd3333 0%,#dd3333 100%);
        background: -o-linear-gradient(top, #dd3333 0%,#dd3333 100%);
        background: -ms-linear-gradient(top, #dd3333 0%,#dd3333 100%);
        background: linear-gradient(to bottom, #dd3333 0%,#dd3333 100%);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fix CSS for Advertisement LI block’ is closed to new replies.