"Eight" again, please, Rich

  • Unknown's avatar

    I can’t see what I’ve done in my CSS changes to remove the nice grunge kind of b.g. in the theme – can you …? Please ?
    I took out each thing I’d added, one by one, and the b.g. didn’t return at all. :(
    Also: I would VERY MUCH like to move the tag|subtitle from the footer and add it below the title in the red block.
    OTY, guru …

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    BUGGER !
    It’s not ‘rinnovata.me’: I completely forgot the checkbox.
    :-(
    It’s
    greypedagogue.com
    Sorry, Rich.

  • Unknown's avatar

    It looks like you set a custom background color, which is overriding the original background image, but I see no way to clear that and return to the default, so add the following to your CSS.

    body {
        background: url("/wp-content/themes/premium/eight/images/background.jpg") no-repeat scroll center top #f9f4ec;
    }

    Moving the site description up below the title would be a bit tricky, so let’s add it using the :after pseudo class like this:

    #site-title:after {
        content: "— total subjectivity";
        display: block;
    }

    You can add color, font-size and whatever else you wish, padding also to the above rule to style things the way you wish.

  • Unknown's avatar

    Thank you, my dear ! :D
    I had no intention of setting a background: I meant only to change to b.g. of those two title blocks, you know …?
    :(
    I think the fact that you couldn’t clear it sort of confirms that, eh …?
    ANYWAY.
    I am, you will not be amazed to learn, extremely grateful for your ever-present and -willing help.
    HFM

  • Unknown's avatar
  • The topic ‘"Eight" again, please, Rich’ is closed to new replies.