Bottom Featured Area Button

Discussion in 'Forum Rules' started by drdad47, Jul 27, 2017.

  1. drdad47

    drdad47 New Member

    Joined:
    May 23, 2015
    Messages:
    16
    Likes Received:
    0
    Is it possible to vertically center the button in the Bottom Featured Area? If so, how?
    How do I change the button color to teal?

    My website is http://globalchristianlearningcenter.com/

    I'm using Woodpecker theme.

    Thanks,
     
    Last edited: Jul 27, 2017
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To align vertically center the button at the bottom and change it's color, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom-feature-button {
        padding-top: 150px;
    }
    
    @media screen and (max-width: 997px) {
        .bottom-feature-button {
            padding-top: 202px;
        }
    }
    
    .bottom-feature-button a.button-def {
        background: #008080 !important;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. drdad47

    drdad47 New Member

    Joined:
    May 23, 2015
    Messages:
    16
    Likes Received:
    0
    Thank You!!!!!!!!!!!!! It works and looks great!!!!!!!!!
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Glad to hear that...
     

Share This Page