Reply To: heading issues – causing accessibility issues

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › heading issues – causing accessibility issues › Reply To: heading issues – causing accessibility issues

#1874
Susan
Participant

thanks for all your help – I put this code in my child theme style sheet but I am missing something – the line extends beyond the box
Please advise – nothing I do seems to make it the correct size.
http://dev.jewishcoffeehouse.com/bridge-page/

also all titles are problematic – is there any way to set the heading level of a widget title within the widget
on this pagae all the story titles should really be h2

thanks
here is my css

/* bridge page heading */
h1.bridge

{
position: relative;
display: inline-block;
padding-right: 20px;
line-height: 1;
box-sizing: border-box;
font-family: ‘Montserrat’, Arial, sans-serif;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
font-style: normal;
box-sizing: border-box;
}

#jw
{
color: #004e70;
}

#jw:after
{
background-color: #004e70;
}

h1.bridge:after
{
background-color: transparent;
content: ”;
display: block;
height: 6px;
margin-top: -3px;
position: absolute;
top: 50%;
left: 100%;
width: 10000%;

}