• I have styled my page headers they way I want but it seems that they share the same class as single blog post titles. Anyone know how to style these separately?

    Here’s my styling for the page title (danquigleystudio.com/services):

    .singular .entry-title {
    	font-size: 5rem !important;
    	z-index: 2;
    	position: relative;
    	bottom: 148px;
    	margin: 0;
    	background-color: #00000090;
    	color: #fff;
    	padding-left: 00px;
    	padding-top: 5px;
    	padding-bottom: 5px;
    	max-width: 100%;
    	text-align: center;
    	margin-left:
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Wanting to style Page Title and Post Title Differently’ is closed to new replies.