Editing the CSS

Forums Forums Menus Editing the CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #924
    particlepat
    Member

    So my nav menu seems to be working correctly, but I want to make it look like the existing nav bar. I want the color, font, height, width, padding, margins, etc to be the same but for whatever reason I can’t seem to get it to work. I also want the actual drop down to appear 50px from the top of the screen so that it looks like the menu is growing out of the orange bar on the bottom of the page. Here’s a link to my site http://www.bcsprosoft.com/blog

    I’m also going to attach the CSS for the header where the nav bar is located.

    #6673

    You don’t seem to have added the pixopoint_menu() function to your theme.

    #6674
    particlepat
    Member

    Where do I insert that?

    #6675

    That entirely depends on where you want the menu to appear.

    Usually you would replace the existing menu with the pixopoint_menu() function like this:

    [code:1qia5eo8]<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>[/code:1qia5eo8]

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