Suffusion customized header?
-
I’m new to WordPress and I just activated Suffusion. I’ve tinkered around with the bits that you can intuitively but wanted to change the header in terms of font size, typeface (bold italic), and overall look. I know if I click on Visual Effects, Body Font Settings, you can select the font face but you can’t change the above mentioned changes. I’ve also Googled to try to find an answer and found Sayontan, the creator of Suffusion, suggesting the following:
“Byron,
Interestingly you have picked three questions that cannot be tackled through the easier options I have provided. To answer you better, let me ask you this: do you want to change the font for the header or for everything? It looks like you picked Tahoma for everything, so I am guessing you want the header to have a different font. In that case, here is what you do:
1. Go to Suffusion Theme Options
2. Navigate to “Custom CSS, JavaScript and RSS”
3. Go to “Custom Styles”
4. Put in this code there:#header {
padding: 15px 15px 15px 15px; /* The order is Top, Right, Bottom, Left. Set the values as appropriate. I think you are interested in increasing the left padding, so bump up the fourth */
}
h1.blogtitle {
font-weight: bold;
font-family: Impact, Charcoal, sans-serif; /* Or whatever font you wish. You can see the list of browser-safe fonts in the “Body Font Settings” section of the options */}and I’ve tried to no avail. Is it possible to create a header on PhotoShop and just import it? If so, what are the dimensions for the header size?
Thanks in advance to the ever supportive and patient Forum Community!!!
- The topic ‘Suffusion customized header?’ is closed to new replies.