• Resolved oldnicodemus

    (@oldnicodemus)


    I’m having a wierd problem customizing the style sheet, using Candid theme.
    I can make changes to existing css on the style sheet but I cannot successfully add anything to the bottom. When I add something like
    div.whatever {
    color: #ffffff;
    }
    The div class appears ok as code in the source but it has absolutely no effect on the page itself.
    Has anybody come across this before?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Has anybody come across this before?

    yes – there is possilbly a broken style somewhere in the stylesheet which keeps the lower styles from being applied;

    maybe http://jigsaw.w3.org/css-validator/ can give you an idea where the error is.

    or post a link to your site.

    Thread Starter oldnicodemus

    (@oldnicodemus)

    The first thing I tried was the validator and it showed nothing except a selection of cross browser problems. But as a result of your suggestion I went over it by eye and I found a couple of missing brackets in the original strings. Problem solved!
    Thank you, and for your quick reply.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Style sheet problem’ is closed to new replies.