trouble using CSS to modify h1 in the header
-
Hi there, I’m having some trouble using CSS to change some things. I want to make some changes to the <h1>Gilded Oak Studios</h1> in the post-header-title class. I don’t see this option in the “Customize” sidebar. I don’t see any options for that particular element in the sidebar, actually. There is only the option to modify all headings. So I tried using additional CSS and I did manage to change the positioning. But I can’t change the size and color. This is the code I have so far in the Advanced CSS Editor:
/*/ this code worked /*/
.post-header-title{
position:relative;
bottom:-100px;
text-align:right;
float:right;
}
/*/ end this code worked /*//*/this code didn’t work/*/
.post-header-title{
font-size:larger;
color:#dddddd;
}
/*/end this code didn’t work/*/In the next version, I suggest including a section in the Customize Sidebar for the h1 in the header. Or it might even be easier if the one in the header was h1 and the headers in the body were h2 and down. I saw on the bento theme manual that you welcome suggestions ??
Thanks!
The page I need help with: [log in to see the link]
- The topic ‘trouble using CSS to modify h1 in the header’ is closed to new replies.