- This topic has 2 replies, 2 voices, and was last updated 7 years, 3 months ago by .
css code for highlights
You must be logged in to reply to this topic.
Hi!
I want to know what the css code is for the highlights of the headers.
See my website http://www.neontiger.nl/rens and the testimonials header. Dark blue background, white header but with no blue underline. The contact section is how it should be.
Can someone help me?
Hello @williamvv,
Hope you are doing well. You can add the highlight of the Testimonials section header by using the CSS code below:
#testimonials .title span{
background-color: #0378be;
display: block;
height: 2px;
margin: 20px auto 0;
width: 80px;
}
Let me know if you have any further questions.
Cheers,
Piotrek
You must be logged in to reply to this topic.