Thread Starter
born61
(@born61)
as I said in the child theme does not work, then I moved to the theme css appareance where instead works
.site-title {
border-bottom: 0;
color: red;
font-family: cursive,arial,helvetica,sans-serif;
font-style: italic;
}
Thread Starter
born61
(@born61)
thanks for your help kathryn,
now I added the css at the end of the child css
http://wpdev1.altervista.org/wp-content/themes/boardwalk-child/style.css
and as you can see is ignored .
if I move the CSS class in editor appareance own css
instead you see well
I don’t see any references to the site-title class in the child theme, perhaps you moved it again.
It seems like we’re going in circles a little bit here. Just be aware that you’ll need to move the style from the parent’s CSS file to the child every time you update the theme. Alternatively, you could try a custom CSS plugin.
Thread Starter
born61
(@born61)
Your site title is displaying in italics:

In a browser inspector, I removed the “cursive” style – as I suggested you try earlier – and you can see it clearly in effect.
I’m afraid there isn’t much more I can offer here. My best suggestion is to not specify “cursive” as Richard mentioned before, not every system will have a cursive font, and cursives and italics aren’t the best combination.
Thread Starter
born61
(@born61)
I thank you for the time you gave me .
It is curious as I see it differently .
see photo http://wpdev1.altervista.org/post7/
I will move the class as a custom css where instead seems to look good . thank you again