• I want to change the background on this theme and change the section at the top with the notebook and pencil. How do I change this in this theme? Inanis Theme..

    I know where to change the name but it continues to show as green hyperlink.. I would like to style this and use a different graphic at this section..

    Here’s the link to the page I’m working on..
    http://thepoorinvestment.sfactions.com/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Background – style.css:

    body {
    background:#09151F url(images/bg.jpg) repeat-x fixed left top;
    color:#999999;
    font-size:0.8em;
    height:100%;
    margin:0 auto;
    min-width:900px;
    padding:0;
    }

    Notebook image – probably header.php:

    <div class="banner">
    <img class="blogicon" alt="Blog Icon" src="<?php bloginfo('template_directory'); ?>/images/blogicon.png"/>

    Name – style.css:

    .banner a {
    color:#006E12;
    text-decoration:underline;
    }
    Thread Starter damnmoments

    (@damnmoments)

    Ok. I will try this.. Thanks!

    as esmi posted, things can be worked around by accessing and editing your style.css file

    To esmi: I have a question for you: I want to use Seasons theme. And I want to comment in a page. Can you help me?
    Thanks!

    Edit page.php and right after:

    <?php
    if(function_exists('enhanced_link_pages')) enhanced_link_pages(array('blink'=>'<li>','alink'=>'</li>','before' => '<div class="pagelist">Pages:<ul>', 'after' => '</ul></div>', 'next_or_number' => 'number'));
    elseif(get_bloginfo('version') >=2.7) wp_link_pages('before=<div class="pagelist">Pages:&after=</div>&link_before=&link_after=&pagelink=%');
    else wp_link_pages('before=<div class="pagelist">Pages:&after=</div>&pagelink=%');
    ?>

    add <?php comments_template();?>

    If you need any further help, head over to http://forum.quirm.net and use the Themes board. It’s quieter there, so less chance of your post getting lost amidst the general noise. 🙂

    Thanks for all!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hot to change background, graphic, and styling in Inanis Theme’ is closed to new replies.