Wordpress Theme Question

whites11

Newbie
Joined
Jan 28, 2013
Messages
32
Reaction score
5
Hello!
I downloaded and installed a free Wordpress theme called "Bigfoot".
I have just a question, how can i get those lines on the top and on the bottom of the headline? (like in the image)

Thank you for your help :)
BigFoot.jpg
 
Something like this?
Code:
h1 {
padding: 15px 0;
border-top: 2px solid white;
border-bottom: 2px solid white;
}
 
Thank you! But it doesn't work.
In the documentation they use short codes like this:
thb_highlight Highlighted
text [thb_highlight]...[/thb_highlight]

But there isn't any short code for that border!
 
You don't need shortcodes for CSS dude. PM me your site and I'll figure out what selector you need to use.
 
Back
Top