• Hi, i’ve just changed my theme to a new one i purchased and it looks very different to what i need.Can someone give me some advice on exactly where i need to navigate to in wordpress to start customizing (eg themes/editor/header) And if you could give me some idea of what css to change and where to find it that would be imensly helpful.Thanks!

    My site below

    https://www.tomtom-extras.co.uk

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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]

    Thread Starter Satman1

    (@satman1)

    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:
    https://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]

    Thread Starter Satman1

    (@satman1)

    Ok thanks very much for your valuable help, i’ll look into that! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme problem?’ is closed to new replies.