Need help setting up a new wordpress theme

Dragon2010

Junior Member
Joined
Jul 4, 2010
Messages
112
Reaction score
31
I would like to get the same general look/layout as this website:
Code:
byopvr.com

The wp theme is Original Premium News by WooThemes.

What settings (or plugins) should I use to get the same general look on my site (which is in a totally different niche).

I just the the layout.
 
plugins source says it's got yoast but I didn't see or search.
yoast
sociable
contact-form-7
links-shortcode
page-list


theme
premiumnews seems to be where you'll have to modify.
 
The header area in the byopvr is bigger than the header area in my own installation of the same theme? How can I change it to accept the same size header (960by200). Does this have to do with css/style sheet?
 
The header area in the byopvr is bigger than the header area in my own installation of the same theme? How can I change it to accept the same size header (960by200). Does this have to do with css/style sheet?

Yes, you'll change it with CSS. People often underestimate it, but you can make huge changes to a theme with nothing more than some lines of CSS.
 
Use Firebug in Firefox or Chrome development tools in Chrome. Mark or click on desired element, find which lines in .css are relevant to see changes (change size, font color, etc) , see the line number in .css and make changes. Try, test, learn, for few hours you'll know almost all what you need to make smaller adjustments exactly how you like them. Make notes what changes you have made or make backup of original files first, in your computer. It will be useful if you mess up sizes for responsive .css and transformations to different screen sizes.
 
Okay it was something different between our stylesheets, but am not sure what it is. Is it safe to copy and paste the style sheet?
 
to be on the safe side , make a copy of CSS and use firebug in firefox ( or there is a builtin option in firefox: inspect element) to exactly know which line on CSS you need to amend.
 
Back
Top