This topic has 2 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Max Mullins
Hi,
I have just added some content using <strong>
see here: https://screencast.com/t/F48KtmrQ
But it doesn’t show on front end, see here: https://screencast.com/t/KUJ4mvG5
I added
b, strong {
font-weight: bold;
}
To the custom.css file but that didn’t seem to work.
Can you help? Many thanks in advance
Hello @Lily
The way you suggest css code may work for single page in VC->custom css settings
(http://prntscr.com/fe71j5).
Please use higher selector in css and try following line instead of previous:
.page-content b, .page-content strong {color:pink}
Regards,
Max Mullins
You must be logged in to reply to this topic.Log in/Sign up