• I am now developing a wordpress site using Nova theme.I want to remove footer widget from a couple of pages.
    I want to do it by editing css. My css code for footer is

    #footer { border-top: 1px solid #fff;}

    p#copyright { float: left; font-size:12px; color:#555555; text-shadow: 1px 1px 1px #fff; padding: 30px 0px; }

    p#copyright a {font-weight: bold; color:#555555;}

    #footer-widgets #widgets-wrapper { padding-bottom: 40px; }

    #footer-widgets .widget { float: left; width: 220px; margin-right: 26px; padding-top: 45px; }

    #footer-widgets .last { margin-right: 0px; }

    #footer-widgets h3.widgettitle { background: url(images/footer-separator.png) no-repeat bottom left; padding-bottom: 14px; margin-bottom: 10px; }

Viewing 12 replies - 1 through 12 (of 12 total)
  • I dont think you are going to be able to do it by using CSS because their is no unique way to identify a page in the footer.

    Moderator cubecolour

    (@numeeja)

    You should be able to target specific pages in css using the body class/id

    if you are using the commercial theme ‘nova’ by elegantthemes, please contact them for support.

    or use a tool such as Firebug http://getfirebug.com/ to identify the page specific css classes …

    Ya I looked at the theme and you’re correct. Nova theme does output the page-id for in class.

    Thread Starter shahed2535

    (@shahed2535)

    Please give me details how to use class/id.I am new to wordpress & I need your help

    You should post this in the elegant themes forums since it is a commercial theme and you paid for support through them. Typically you will only find support for free themes here.

    How do I remove (or make invisible the footer widgets from the Theme Focal point, a child theme of BASE? Thank you 🙂

    set them display:none;
    in css

    Unless you don’t plan to do much css in the future, you really should try a dev tool like Firebug, as per The Sweepers advice above. it’s not hard for basic things. It will set you free.

    hey I can’t beleive I forgot this, you should try this plugin : dynamic widgets
    so sorry, duh

    @shane
    some widgets appear by default if no widgets are specifically assigned. You can often insert a blank text widget and the default widgets shoud go away.

    still, you should get Firebug.

    thanks for all this great information deepbevel – really appreciate it – will try all that in the a.m. 🙂

    WP Bum – My Graph Paper Press purchased theme membership expired

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How to remove footer widget from a specific page’ is closed to new replies.