How do I make the Background of PAGE NAMES Black?

4 replies
  • WEB DESIGN
  • |
my site is www.bestbreadmakersreviews.com and as you can see it is a little hard to to see the "page names" just below my header because the background is a light grey color and my font is white. how do i make it so there is a black background with that text?

thanks in advance
#background #black #make #names #page
  • Profile picture of the author Michael Shook
    The control for that is in your css file.

    It is probably this:

    #nav li a {
    display: inline;
    text-decoration: none;

    color: #fff; <<<<<<<<<======

    margin-right: 12px;
    font-size: 14px;
    font-weight: bold;

    Try changing the #fff to #000. fff is the symbol for white and 000 is the symbol for black.

    There are a lot of ways to do this. But basically you have to open this
    css file either through your wp editor or an ftp program or by logging into your cpanel and file manager.
    Signature


    {{ DiscussionBoard.errors[3294873].message }}
    • Profile picture of the author redstanford
      Originally Posted by JMichaelZ View Post

      The control for that is in your css file.

      It is probably this:

      #nav li a {
      display: inline;
      text-decoration: none;

      color: #fff; <<<<<<<<<======

      margin-right: 12px;
      font-size: 14px;
      font-weight: bold;

      Try changing the #fff to #000. fff is the symbol for white and 000 is the symbol for black.

      There are a lot of ways to do this. But basically you have to open this
      css file either through your wp editor or an ftp program or by logging into your cpanel and file manager.
      if I'm on my wordpress account, how do I access the css file? Is it in appearance>editor?
      {{ DiscussionBoard.errors[3294926].message }}
      • Profile picture of the author Michael Shook
        v1.4/style.css

        I think that is the name of your main css file. And you should be able to access that through
        the WP editor under appearance.

        It might also have some other name like style.css or something like that.
        Signature


        {{ DiscussionBoard.errors[3294951].message }}
  • Profile picture of the author radhika
    It is an image. So you need to edit the image and change the color of it.

    Check your CSS with div id 'banner'. You might be seeing image name there.

    .
    Signature
    Follow up Autoresponder PRO :: 33% Discount!!
    FREE Upgrades! IMPROVED Email Deliverability!!
    {{ DiscussionBoard.errors[3294890].message }}

Trending Topics