• I am using the vita theme and ever since switching on to the latest update, there’s now an irritating red background to the first paragraph of every post.
    It makes it hard to read and I would like to remove it.
    Does anyone know how?
    http://kenborland.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I can see this in your CSS

    #top {
    background: none repeat scroll 0 0 #c00000;
    }

    change it too #000000;

    Thread Starter KenBorland

    (@kenborland)

    Thanks @websponge for the suggestion but I’m afraid it hasn’t worked … 🙁

    please do not theme files directly; either create a child theme for thecustomizatino or use a custom CSS plugin for formatting adjustments.

    to see your changes, try to clear the browser cache with ‘CTRL F5’ or ‘reload’.

    the background is now black (color code #000000) as per suggestion by @websponge;
    to get it transparent, use:
    background: none;

    yes, its now black! sorry I did a really silly thing and reversed my colours! either change the hex color to #ffffff or as above 🙂

    Thread Starter KenBorland

    (@kenborland)

    Thank you @websponge and @alchymyth for your assistance.
    I managed to make it transparent, but then the problem is that the page headers, which are white, disappear in the background!
    So I’ve decided just to put up with the red background at the top for the time being.

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

The topic ‘Red background in first paragraph’ is closed to new replies.