I would like my bold text to have a pronounced color such as red. Is there a way to do that?
I was thinking there might be CSS code that will make any bold text not only bold but red. So that it I typed, on the first level or second level or some other level, something like “The cat ate the poor bird!”, the word “poor” will be bold and red.
For anyone else that might wish to try this, where you put the code matters. I already had css code from previous customizations in my CSS Screen Styles box on the settings page. I placed the code given above at the very bottom of that previous code and the above code did not work. I placed the above code toward the top and it does work.
ul ul ul li {
color: #F2EBE9;
font-weight: 600;
}
you have a hidden invalid non-parsable character (right after the closing ‘}’).
You can see a trace of it if you start editing the text and press arrow key - you will have to press it twice to move cursor to the next line.
So, any rule inserted after this last rule will be ignored. You can remove the last line with } and re-type it, and after that, you can add strong rule at the end.