Hi, I am showing two <H1> tags. <H1>: Home » Contact Us <H1>: Contact Us how to i fix this to show only one <H1>. like to remove <H1>: Home » Contact Us. Please help.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #crumbs{ display:none;}
my site link is http://www.inailartistry.com/, it says i got 2 <H1> tags eg: ("About Us") and you have no H2 tags.
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page_content .content_bar h1 { display: none; } This will solve your issue.
please take a look at my site: http://www.inailartistry.com/about-us/ it still showing 2 <H1> tags and no <H2> tags. but if you go to the home tab, then you will see that it show only one <H1> tag. So the question is how do i get 1<H1> and <H2> tags. Thanks