muymalestado
Member
Posted 9 months ago #
WP 2.84
Trying to use a 'headline' fails to show the tagged line in preview nor in saved post.
View Source shows <h1>Kyle of Sutherland Cycling Club</h1> which is exactly what is wanted but the whole area where this should display is blank.
Where should I start looking for a solution - other than using H2 or H3?
Thank you
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Where should I start looking for a solution
in style.css
if i guess right, in the kubrick theme, the h1 selector has a white font color used for the main site title;
edit style.css and add:
#content h1 { color: #000; }
muymalestado
Member
Posted 9 months ago #
Thanks alchmyth that solved it - if using Kubrick one needs to state a font color for H1.