Tagline in Footer is too dark

Discussion in 'BlackBird WordPress Theme' started by dubloon2, Oct 28, 2015.

  1. dubloon2

    dubloon2 Member

    Joined:
    May 7, 2014
    Messages:
    30
    Likes Received:
    0
    At the very bottom of my website: http://www.howecpa.com/

    The Tagline: Smith-Garner, PC - Accountancy Professional Corporation

    is too dark. Can I specify to use White text?

    Thanks,
    Don




     
  2. priya

    priya Guest

    Hello Don,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_bottom .footer_bottom_inner span.blog-desc {
        color: white !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. dubloon2

    dubloon2 Member

    Joined:
    May 7, 2014
    Messages:
    30
    Likes Received:
    0
    Thanks Priyanka,

    That fixed it great. Can I do the same for the Copyright clause on the right? What is the syntax for that?

    Thanks!
    Don
     
  4. priya

    priya Guest

    Hello Don,

    To change the color of Copyright text, you just need to paste the code given below in Custom CSS section of your dashboard.
    Code:
    .footer_bottom .footer_bottom_inner span.copyright {
        color: white !important;
    }    
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. lionsden

    lionsden New Member

    Joined:
    Feb 9, 2012
    Messages:
    7
    Likes Received:
    0
    How do I reduce the font size in the actual footer not footer widgets?
     
  6. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .footer_bottom_inner {
        font-size: 15px;
    }
    Change numeric value as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page