ThemeShaper Forums » Thematic

[closed]

Gallery menu and header question

(2 posts)
  • Started 12 years ago by astima
  • Latest reply from ScottNix
  • This topic is not resolved
  1. astima
    Member

    I am using the Gallery child theme to the thematic theme. I had a lot of questions on how to customize the theme that I am going to start with just a few concerning the header.

    First, in my man you how do I get rid of the RSS feed link that appears in the upper right-hand corner? also my pages are out of order making my menu confusing. How do I change their order?

    Second, how do I get rid of the black rectangle with the category links?

    Here is my website http://www.stimadesigns.com/ctc/?page_id=23

    Please be kind and patient. I am very new to all this. And greatly appreciate any help.

    Posted 12 years ago #
  2. The Gallery theme is a beast to start out with. I happened to have pro installed, which is a tiny bit different, but should be similar.

    First the RSS in the upper right is coded into the gallery_functions.php

    <div id="page-menu" class="buffer">
    <ul id="page-nav" class="sf-menu">
    <li class="rss">">RSS Feed
    <?php
    wp_list_pages($pagequery);
    ?>

    </div>

    Dropping off that whole li line with the class rss is what you are after. As far as the menu order goes, I believe that is a menu setting in the actual wordpress panel, gallery should come with 2 optional menus, you can set it up there.

    To modify the black bar with the categories, you will find that information in your styles CSS, you can see the background is applied to the #access id.

    Posted 12 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.