A few theme modifications?

Forums Forums Menus A few theme modifications?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #284
    cristenrene
    Member

    Hi Ryan.
    Thanks so much for the great plugin and for being so willing to answer questions.

    I’m very new to all of this, so I apologize in advance if my questions seem stupid. I’ve been playing around with this plugin for several days and am very proud that I was able to get this far.

    Here is my site.
    http://circleourearth.com/

    I have 2 questions:
    1.)You’ll see that when you hover over the dropdown menu, the blue styling doesn’t cover the entire tab. Is there any way to style it so it does?
    2.)Is there any way to prevent all the pages from appearing in the side menu?

    Thanks,
    Cristen

    #3310

    Hi Cristen,
    Somewhere in your theme there be a wp_list_pages() function (probably in sidebar.php). You will need to remove that to get rid of the list of pages in your theme. If you have any trouble, you will need to contact the designer of the theme for more help.

    Try removing the surrounding UL and DIV tags around the suckerfish() function. That may fix your border problem.
    [code:122vvif1]
    <div id="menu">`
    <ul>
    <?php suckerfish(); ?>
    </ul>
    </div>
    [/code:122vvif1]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.