CSS not working

  • Unknown's avatar

    I have just created a new blog, and am trying to update a few things in the CSS Style Sheet Editor. But nothing I put in is doing anything. I’m not sure what I’m doing wrong. Can anyone help?

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

  • Unknown's avatar

    Hi @melissadedrick,

    Sorry to hear of the problem you are having.

    Is the new modified CSS getting saved?

    Could you please tell me exactly what you are updating in the CSS Style Sheet Editor?

    Kind Regards,
    Vinod Dalvi

  • Unknown's avatar

    I checked http://inblushdotcom.wordpress.com/ just now, and I can see that some of the custom CSS you added is working. For example, this rule to remove the pink dots from the top of the Adelle theme is working:

    .site-container {
    	background-image: none;
    }

    Some of the other CSS rules you have saved aren’t correct for your theme. For example, you have this:

    .navigation-main ul ul {
    	background: none;
    	border: 1px solid #efefef;
    }

    But you don’t have any dropdown menus in your main navigation (which “ul ul” would affect).

    You might like this post about how to find what CSS selectors to use:
    http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/

    If you need help with specifics, reply back and let us know what you’re trying to change and we can help let you know if the CSS you’ve added is correct.

  • The topic ‘CSS not working’ is closed to new replies.