• Hi, I have no experience with coding really, I was wondering if someone could point me in the right direction.

    I want to Basically make the colour of the table match the background of my website, and also get rid of the border surrounding each image. I would think this is a simple thing to do and im getting incredibly frustrated because I cant find anywhere to specify these changes.

    heres the page in question:

    http://www.jonnypackham.co.uk/portfolio/

    If anyone could help a desperate novice it would be vastly appreciated.

    Thanks

    Jay

    http://wordpress.org/extend/plugins/autonav/

Viewing 1 replies (of 1 total)
  • Plugin Author wlindley

    (@wlindley)

    Look into Cascading Style Sheets (CSS) particularly how Selectors work.

    Then look at the HTML source of a page in your site that uses AutoNav, and read the section of the plugin FAQ “What CSS classes does this plugin create?”

    You might try adding something like this in your theme’s style.css —

    .subpages-image { border: 0px; }
    .subpages-table { background: #f3c060; }

    With the Firefox browser, try the Firebug add-in to examine and test your CSS. Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘How to change colour & delete border’ is closed to new replies.