Jump to content

Help with CSS for an h1?


Susie

Recommended Posts

Okay, for real. I am trying to change the font for the h1 on the single blog page for this site: http://tinyurl.com/4ax87xj

 

I've used firebug to try to figure this out, but I can't get it. Here's the code I'm trying to make work:

 

.single h1.entry-title {
color: #5c2c88;
font-family: 'Century Gothic', Arial, Sans-serif;
font-size: 16px;
font-weight: bold;
}

 

What am I missing????

Link to comment
Share on other sites

Okay, for real. I am trying to change the font for the h1 on the single blog page for this site: http://tinyurl.com/4ax87xj

 

I've used firebug to try to figure this out, but I can't get it. Here's the code I'm trying to make work:

 

.single h1.entry-title {
color: #5c2c88;
font-family: 'Century Gothic', Arial, Sans-serif;
font-size: 16px;
font-weight: bold;
}

 

What am I missing????

Susan if you use !important it works....probably not what you were looking for, i just looked quickly I need to do a couple things and then I can look closer.

Edited by Corinne
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...