Support » Fixing WordPress » Footer Padding and Font Color

  • Resolved jamiya3000

    (@jamiya3000)


    Hey guys,

    I just put new WordPress site up and I have 2 nagging issues.

    You can see my site here.

    The issues are:

    1. I want my footer padding to match the header. The gap between the footer and the bottom image should be the same as the header.

    2. I want to change the selected color of my drop down menu. Where do I find that?

    Please help, it would be greatly appreciated.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Try editing screen.css and adding margin-top:5px; to:

    #footer {
    border-top:1px solid #E1E1E1;
    color:#E1E1E1;
    line-height:normal;
    padding:5px 0 40px;
    }

    2. You’ll need to edit superfish.css (in themes/jw/css) and change:

    .sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    color:#FF0000 !important;
    }
    Thread Starter jamiya3000

    (@jamiya3000)

    My prayers have been answered!

    Problem solved.

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer Padding and Font Color’ is closed to new replies.