Site Title and Tagline on homepage

Discussion in 'BlackBird WordPress Theme' started by faraway, Feb 2, 2013.

Thread Status:
Not open for further replies.
  1. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Hello again - my site title and tagline are appearing on the home page - between the widgets and the footer - in a greyed out sort of a font. Is this normal?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Hello, Thanks for getting back to me. My website is farawayquilts.com
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Yes ,it is normal. You have change the background color of footer bottom, that's why it is not looking clearly.

    For this issue paste the following code in your custom css
    Appearance -> theme options -> styling options -> custom css
    Code:
    .footer_bottom .footer_bottom_inner span.blog-desc {
    color:#81b2d2;
    }
    inplace of '#81b2d2' you can put your own color or color code.
    This will solve your issue.

    Thanks.
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .footer_bottom .footer_bottom_inner span.blog-desc{
    font-size: 12px;
    color: #9f9e9e;
    }
    .footer_bottom .footer_bottom_inner span.copyright{
    font-size: 11px;
    }
     
  6. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    You're fantastic, guys! Thanks so much.
     
Thread Status:
Not open for further replies.

Share This Page