Menu bar not showing "Home"

Discussion in 'BlackBird WordPress Theme' started by louanncovi, Jun 24, 2013.

  1. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    http://www.dc3band.com/
    When i updated to the PRO template, I now have a few problems on he Home Page:
    1. HOME is no longer appearing on the Top Menu Bar
    2. I would like to change the FULL background on every page, to the one that I'm using now? I'd like to replace the parts of the page that are now a white background to match, and also swap out the lower area of each page that contains the three footer widget area.
    3. How can I reconfigure the Feature Text Heading? I'd like the 1st line font to be slightly smaller, so it fits on one line. I'd like to reduce the white space in-between the text lines that follow. How is that done?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Go to
    Appearance > Menus
    Create a custom menu and only add the pages that you want to show in the navigation bar.

    2.For your second and third issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .bgimagecolor{
    background: red;
    }
    .content h1 {
    font-size: 32px;
    line-height: 31px;
    }
    
     
  3. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    For 2. above, this adds color to one part of the page (replacing the white with red - but I am trying to add a background image there. Is that possible?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .bgimagecolor{
    background:url(Enter your image address);
    }
     
    louanncovi likes this.

Share This Page