Custom CSS Not Working

  • Author
    Posts
  • #4299
    Drew Craven

    Hey

    This theme is so customisable, it’s great. However, I wanted to change the colors of some of the text elements, so I entered the following into the Custom CSS section and saved the changes, but nothing has changed on the blog.

    /* Mantra Custom CSS */

     

    #content .wp-caption p.wp-caption-text {

    font-size: 11px;

    color: #FFFFFF;

    margin: 5px;

    text-align: center;

    text-indent: 0px;

    }

     

    #respond h3 {

    color: #030303;

    margin-top: 0;

    }

     

    #respond p.comment-subscription-form label {

    font-size: 12px !important;

    color: #020202;

    text-transform: none;

    font-weight: normal;

    margin: 0;

    float: none;

    }

     

    .highlander-dark #respond label {

    color: #020202;

    }

    Am I doing something wrong, or is this broken?

     

    Drew

     

    #4302
    Drew Craven

    Hey,

    My mistake. I think the CSS I’m trying to change actually belongs to the Jetpack comments plugin.

    Thanks,

    Drew

    #4314
    Zed
    Cryout Creations mastermind

    When a rule fails, try adding !important and see if that works.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Custom CSS Not Working’ is closed to new replies.