REMOVE HOME BUTTON FOR THE Digg-like 3 column THEME
-
I KNOW ITS PROBABLY SIMPLE BUT I BEEN ON IT ALL DAY PLEASE HELP ME WITH THIS….THIS IS MY BLOG http://WWW.YAHDIGG.COM
THANX IN ADVANCE -
It appears as if you have the custome CSS. Add this to it and it will remove the navigation tabs. Make sure and put the pages widget into your sidebar if you are going to have more than just the main blog page.
#menu ul li a { display: none; } -
-
You’re very welcome.
If you are using Firefox, then you might think about getting the Firebug add-on. It allows you to quickly fine where things are contolled in CSS, and you can even test your changes in a frame at the bottom of the browser window. I use it all the time and highly recommend it to anyone doing any CSS work.
- The topic ‘REMOVE HOME BUTTON FOR THE Digg-like 3 column THEME’ is closed to new replies.