dcdomainz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: themes won’t activate – leave a blank white siteI have had the same problem. Don’t know how to fix it though.
Forum: Themes and Templates
In reply to: how to add an image to the header (corp theme)Hi, I don’t think it’s possible to add an image to the header of that theme. Try a theme that has a header image. You can replace those images.
Forum: Themes and Templates
In reply to: How to change the font on Vigilance themeThe CSS should look something like this:
body {
margin:0; padding:0;
width:auto; height:auto;
background:#e0edf3;
font:0.75em Arial, Helvetica, sans-serif; color:#5e6568;
line-height:19px;
}Just replace the current font with Verdana
Forum: Themes and Templates
In reply to: Change Theme Background colorHi, I’m good and you?
Go >wp-content >themes >your theme >images
and look around in the images folder for the post background image. It should be there, if not you will need to change the CSS.
Open the image with photoshop or paint etc. and make it your desired color then save the image. This is usually the case.
Hope that helps
Forum: Themes and Templates
In reply to: Images movingI use the following html:
<img style=”margin-left: 15px;” align=”right”>
or
<img style=”margin-right: 15px;” align=”left”>The margin creates some space between the image and the text. Hope that helps.