• I thought I found the code from the header.php file in the stylesheet to change the background color of the header for my site — https://test.sportingnewsradio.com, but it didn’t work. Any help?

    Also, how do you remove the navigation on the top for the categories like “uncategorized,” “subscribe,” and “site admin”?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try editing style.css and changing the background value in:

    #header {
    background:#e8e8e8;
    border-bottom:1px solid #435664;
    border-top:20px solid #fff;
    padding:20px 0;
    }

    how do you remove the navigation on the top for the categories like “uncategorized,”

    Do you intend to show links to any categories on that top bar?

    Thread Starter bluesfan27

    (@bluesfan27)

    Yes, I’ve been instructed to remove all of the categories – except “home” – and then insert some new ones.

    In that case, just rename “Uncategorized” to one of the category names that you do want to use.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing header and categories’ is closed to new replies.