jbarnes215
Member
Posted 1 year ago #
How do I change the page title text? I'm using the Mystique theme and find no place to change the color of the page titles. On my site they are showing up as white text on a white background. Not too good for viewing. :-) Here's the link to one of the pages I'm referencing: http://barnesnet.net/wordpress/?page_id=191
Thanks!
Jamie.
thisisedie
Member
Posted 1 year ago #
In the stylesheet for your theme, find this part:
h1.title{
font-weight: bold;
font-size: 250%;
text-shadow: #fff 1px 1px 1px;
margin: .5em 0 .3em 0;
padding: 0;
}
and add the color you want. For instance: color:#000000;
jbarnes215
Member
Posted 1 year ago #
thisisedie - Thanks!!! That fixed it.
thisisedie
Member
Posted 1 year ago #