How can I remove the slanted white lines in Vertigo?
-
I’m looking to remove the two slanted white lines that came with Vertigo that lie just above my post title. I found a way to remove the rest but this one seems to have staying power (I’m pretty new to CSS, so I kinda just type in “display: none;” all over and see what happens). I’d also love to see how it would look if I could move those two lines all the way to the right so it is out of the way. But learning how to remove it altogether is the top priority – incase I don’t like the way they look anywhere.
Thanks in advance,
Adash
The blog I need help with is: (visible only to logged in users)
-
-
Wait, found a few more places (other post types) where the background was set to use text-bg.png. Try this to remove them all:
.error404 .container, .format-standard .container, .format-aside .container, .format-status .container, .format-gallery .container, .single-attachment .container, .type-page .container { background: none; }There are other background images too, but you may not want to remove them all because some are different types of images (like photo.bg.png). Search for “images/” here to see the rest:
https://s1.wp.com/wp-content/themes/pub/vertigo/style.css?m=1337885132g&minify=false -
ahhhh… I avoided the “images” section thinking it was just about image posts…
Thanks a bunch Design Simply. Your code worked perfectly!
-
- The topic ‘How can I remove the slanted white lines in Vertigo?’ is closed to new replies.