Getting all the CSS to match

Forums Forums Menus Getting all the CSS to match

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #424

    How do I get the Pages to look like everything else (font style, font size, text positioning, hover bg color etc.)?

    Also, how do I make the dropdown box soild (not transparent)?

    I’ve been through the CSS and can’t figure it out.

    http://tipsforflirting.com

    #4024

    [quote:adwqf55r]How do I get the Pages to look like everything else (font style, font size, text positioning, hover bg color etc.)?[/quote:adwqf55r]

    Look everything else what? I am confused.

    If you are just wanting to modify the things which aren’t available in the free CSS generator (https://geek.hellyer.kiwi/suckerfish_css/) then you just need to upgrade to the premium one which has all of the extra features which can be found in the ‘Show premium features’ section … https://geek.hellyer.kiwi/premium_support/

    [quote:adwqf55r]Also, how do I make the dropdown box soild (not transparent)?[/quote:adwqf55r]

    You cant’ make the backgrounds transparent with the CSS direct from the free generator. For the premium generator, there is a box in the ‘Show premium options’ section under ‘Lower Level Menu items’.

    #4025

    BTW, you have something like the following in your theme. You need to remove the <ul id="nav"> as it will be messing up the new menu. The <div id="navi"> may also be causing problems.

    [code:1gy6ahpc]<div id="navi">
    <ul id="nav">
    <?php suckerfish(); ?>
    </ul>
    </div>
    [/code:1gy6ahpc]

    And don’t forget to remove their closing tags too.

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