Hi
Thanks for the assistance. I tried the code and this did not change the typography.
For example, I have the following defined for H1:
.ja-typo-blockswrap h1.ja-typo-title span {
font-size: 425%;
padding: 5px;
margin: 0;
font-family: ‘NovecentowideUltraLightBold’, Arial, sans-serif;
text-transform: uppercase;
font-weight: normal;
position: relative;
color: #FF0000
border-bottom: none;
}
.ja-typo-blockswrap:hover h1.ja-typo-title span {
border: none;
color: #FF0000
}
However when I use the JA Typo button in the Article it does not apply the above formatting.
I am editing in typo.css.
Is this the right pace to be doing this?
Thanks