Hi
I need to create the bar identical to underline this page
http://www.maisevents.com/contactos
What did this site was to add the image of the bar. But it is far from the title.
http://www.maisagency.com/contactos
Could you help me? What better way to accomplish this?
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Egypt
- Exclusive Author
- Has been a member for 2-3 years
- Item was Featured
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
Jus use the css code below to get the underline effect and get rid of the border image below the heading
#inner_content .entry .entry_content h2 {
display: block;
border-bottom: solid 3px #f8c100;
margin-bottom: 20px;
}
I put the code in my style.css file.
Now what is the code to aply in my page…
<h2>teste</h2>?
excuse me I’m starting
and srry my bad english
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Egypt
- Exclusive Author
- Has been a member for 2-3 years
- Item was Featured
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
Yup only <h2> My Title </h2>
Dont work
I have insert that in the css:
#inner_content .entry .entry_content h7 {
display: block;
border-bottom: solid 3px #f8c100;
margin-bottom: 20px;
}
http://www.maisagency.com/contactos
I have duplicated the text
“Morada” With the code
<h7>Morada:</h7>
But nothing
Lol bug
Its Working !!!
Thanks!!!
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Egypt
- Exclusive Author
- Has been a member for 2-3 years
- Item was Featured
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
Lol bugIts Working !!!
Thanks!!!
Glad you got it working
“h7” lulz 
