Custom CSS upload Fails

  • Unknown's avatar

    I’m using Kubrick as my theme (bidforwine.wordpress.com) and am trying to use ethe default CSS edited with changed text colours and fonts.

    -If I select ‘Start from scratch and just use this’, the page doesn’t line up correctly
    -If I paste in my changed CSS and select ‘Add this to the Kubrick theme’s CSS stylesheet’ nothing happens.

    The CSS does work fine if I save the page down and use the edited CSS locally.

    Any help much appreciated and thanks in advance!

  • Unknown's avatar

    I’m no CSS expert by any means but I took a quick look at your modified CSS and it looks like you have some strange stuff in the field for body font-family.

    The other thing is I see some HTML references in there. I don’t think that works here.

  • Unknown's avatar

    Are you putting only the sections that you have changed into the CSS edit window or are you pasting the entire CSS after you make changes to it?

    What I do, and have no problems with, is add only those specific sections that you change to the CSS edit box and then select “add to existing CSS.”‘

    Example: If you were changing the fonts in the sidebar to comic sans MS, this is where it is in the original CSS:

    #sidebar {
    font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:1em;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    }

    To change it to comic sans MS, you would add only the following to the CSS edit window:

    #sidebar {
    font-family:comic sans MS;
    }
  • Unknown's avatar

    You would be FAR better off picking a different theme to modify. Kubrick is old, and it has many quirks and logical inconsistencies in the CSS. It’s notoriously cranky.

  • Unknown's avatar

    Thanks for all the help. I switched over from Kubrick to Black Letterhead and had that up and running in a customised form within 30 mins.

  • The topic ‘Custom CSS upload Fails’ is closed to new replies.