Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dmmcintyre3

macrumors 68020
Original poster
Mar 4, 2007
2,131
3
I have seen the thing to use the CSS file for the whole web but I need one that changes the CSS for 1 site. (MacRumors Forums)

Is there an way to use a custom CSS file for 1 site in safari like onmiweb does?
 
You can always make the CSS selector specific enough that it's very unlikely to have an effect on other pages. Example for the breadcrumbs,
Code:
table.tborder span.navbar a {
 /* custom style here */
}
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.