Support » Themes and Templates » Novo Theme: Editing "in page" CSS

  • Resolved nervewax

    (@nervewax)


    Hey I am having some trouble with changing CSS in this theme:
    http://katiesoze.com/
    If you scroll to the bottom (or click ‘Contact’ in the nav bar) you can see the background of this footer area is #FFF, but I need it to be #333.

    The CSS that is changing it to white is in this section:
    <div id="np-contact" class="section" style="background-color:#ffffff">

    I have checked index and page.php but the code isn’t there…

    Where can I access and edit this code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Bush

    (@manishkumarruhil)

    Looks like you have fixed it.

    Thread Starter nervewax

    (@nervewax)

    Just for anyone else who has this problem in the future:
    I went to the site homepage and clicked “Customise” at the top.
    I entered some custom CSS:

    #np-contact
    {
    background:#333 !important;
    }

    I don’t know if you get the custom CSS box by default but I did also install a plugin about custom css.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Novo Theme: Editing "in page" CSS’ is closed to new replies.