Changing font & color in header
-
I wanted the same new color for my blog title (which I wanted italicized) and description. On my front page, the CSS customization works out, but on my other pages the blog title reverts to the original theme color and font. How can I ensure that the same color and font applies to both title and description? (I tried reversing the arrangement by listing title first, but in that case, it’s the description that kept reverting to the original theme.) Here is what I typed:
#blog-description {
color: #1e73be;
font-style: bold !important;
}#header h1 {
color: #1e73be;
font-style: italic !important;
}The blog I need help with is: (visible only to logged in users)
-
On the front page, the site title is an h1, whereas on other pages, and also on post pages, the site title is an h2, so modify your CSS selector to look like this.
#header h1, #header h2 -
-
-
my site ceceliachapman.com is using orvis but i want to move to Snaps and want to know if i can change the grey and dark grey header spaces to white an every page and if I can move the widgets and index to left column…Thank you!
-
my site ceceliachapman.com is using orvis but i want to move to Snaps and want to know if i can change the grey and dark grey header spaces to white an every page and if I can move the widgets and index to left column…Thank you!
-
Hi @cecechapman, since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
- The topic ‘Changing font & color in header’ is closed to new replies.