Hi Satman1,
To edit the css, navigate to the theme directory (/wp-content/themes/cleano), and there is a style.css file. You will use that to make the changes. If you’d like to be more specific, I’d be glad to help you with more concrete changes.
Best,
Connor
[sig moderated as per the Forum Rules]
Ok thanks.But you see the blue header bar thing well that is supposed to be thicker and there is supposed to be 3 boxes under that but they have not appeared and also the jquery slider also is not there when i uploaded the theme.
It’s supposed to look like this:
http://themeforest.net/item/cleano-studios-wordpress-version/full_screen_preview/83537
If you could help with these issues that would be great.
Abe
[sig moderated as per the Forum Rules]
All of this is somewhat dependent on the theme, but I’m going to try and help you out anyways. Is there a Theme Options page in the WordPress Admin area? If so, you can probably put the content for the three boxes in there. If not, you can always open up index.php and insert it manually. I’m not sure how familiar you are with php and html, but all you would have to do is input the content and markup using the same classes and structure the theme creator used. So, if you do happen to input it manually, it would be something like this:
[Code moderated as per the Forum Rules. Please use the pastebin]
I just copied the HTML markup from the creator’s theme, but you would just replace that with your own content and links paths. It will go below <div id="featured">....</div>. That will take care of the 3 boxes.
As far as the jQuery rotator, I would assume there is some documentation in the theme you downloaded as to how to activate that, or you can do something like that on the Theme Options page. If you’d also like to do it manually (I don’t recommend it), you’d do something along the lines of this:
[Code moderated as per the Forum Rules. Please use the pastebin]
So, I know that is all kind of vague, but I’m almost positive there is a readme file or some documentation in the theme as to how to do both of those. Or, there’s a theme option in the admin section.
Hope that helps!
Best,
Connor
[sig moderated as per the Forum Rules]
Ok thanks very much for your valuable help, i’ll look into that! 🙂