• Resolved celrod

    (@celrod)


    I would like to know if there is a way to style the sidebar menu items (Recent Posts, Recent Comments, Archives) like they are done on the blog, it is a much cleaner less crowded look that I would like to mimic in a similar manner

    http://www.ino.com/blog/

Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s not clear from this post what you want to change on what site – the link above isn’t the site you are working on is it?

    Thread Starter celrod

    (@celrod)

    I want to style the recent posts, recent comments, archives like this blog has them http://www.ino.com/blog/

    the site that I am working on is musicofthemarket.com

    I have tried and tried to find the answer here, but every time I think I have found the right answer, it doesn’t work

    Are you using a browser tool like Firebug to work with the CSS? Basically, you will need to copy the styles from the site you like to the one you are using – but you have to use the existing HTML elements and CSS selectors for that to work. So for example, the widget headers – on your site show up with CSS under:

    .sidebar h2 {
       styles here;
    }

    so you should be able to use those selectors to copy the styles of the other site.

    BTW, for CSS help, you might also want to check out a CSS forum such as http://csscreator.com

    How to use three columns in this theme

    @sania Hafeez – this is not your thread – please review the forum guidelines re:

    http://codex.wordpress.org/Forum_Welcome#Where_To_Post

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to further style sidebar menu items’ is closed to new replies.