Jump to content

h elements


scottybwoy

Recommended Posts

Hi, I have some h3 tags that are given one style across my site but in one section I don't want them to have a bottom border which I have set elsewhere.  No matter where I set border to none it just won't work.  Is there some sort of protection on this element or have I just not done it right somewhere?

 

To ensure I have the right selector I have given it its own class :

<h3 class='noBorder'>

And have put the css for it as the last style to be applied :

.noBorder {
border-style: none;
}

 

Thanks for your help.

Link to comment
https://forums.phpfreaks.com/topic/97761-h-elements/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.