Custom CSS in Nirvana Theme – not working?

  • Author
    Posts
  • #35344
    DelmedsG

    Hi,
    I am trying to override some styles in the Nirvana Theme.
    Under the Miscellaneous Settings and in the Custom CSS, I put in these to try to override the values in style-frontpage.css:

    #pp-texttop, #pp-textmiddle, #pp-textbottom, #front-columns-box, #content {
    display: block;
    float: none;
    clear: both;
    padding: 35px 0px;
    }

    But this does not seem to work, because the padding values being taken is still the one in the style-frontpage.css which is “padding: 75px 0;”

    Am I missing something here? Am I doing the right thing? Sorry I am not an expert in CSS.

    Thank you for any help.

    #35409
    Zed
    Cryout Creations mastermind

    Make your CSS rules more specific:
    body #pp-texttop, body #pp-textmiddle, body #pp-textbottom, body #front-columns-box, body.home #content {


    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 2 posts - 1 through 2 (of 2 total)

The topic ‘Custom CSS in Nirvana Theme – not working?’ is closed to new replies.