• There’s an ‘About’ window in the right sidebar of the Zindi theme. I need to either replace the greek text in it, or remove it altogether. How can I do this? It doesn’t seem as obvious as it should be.

    Also, while I have you… I have no real need for the right sidebar, as it’s a placeholder. How can I remove it completely? And will the rest of the page size accordingly to match the width of the header, or do I have to change that, too?

Viewing 1 replies (of 1 total)
  • you’ll have to edit sidebar.php file.

    The BOLDED parts are the things youll have to edit.

    <div id=”side-right” class=”clearfloat”>
    <div id=”sidebar”>
    <?php if ( is_front_page() ) { ?>
    <div class=”kutu2″>
    <div class=”ust2″><span></span></div>
    <div class=”spacer”>
    <h2>YOUR TITLE</h2>
    YOUR TEXT HERE
    </div> <div class=”alt2″><span></span></div></div>
    <?php } ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Zindi Help?’ is closed to new replies.