Where is the code for the Seperator used in Blix theme
-
Theme: Blix – Default code: http://s0.wp.com/wp-content/themes/pub/blix/style.css?m=1293567677g&minify=false
CSS Upgraded AcctI’m having difficulty finding the code to remove the line that separates the main content from the sidebar. I’d be grateful if someone would point it out. :)
Thanks!
The blog I need help with is: (visible only to logged in users)
-
That is an background image declared in #container. This will get rid of the image.
#container { background: none repeat-y scroll 500px 0 white; } -
Shoot, forget the backticks.
#content, #subcontent { background: none no-repeat scroll 0 0 white; } -
-
- The topic ‘Where is the code for the Seperator used in Blix theme’ is closed to new replies.