change colors of "homepage buttom feature"

Discussion in 'ButterBelly WordPress Theme' started by mwnow, May 11, 2015.

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

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hello,

    how can I adjust the colors of the Homepage buttom Feature Area?
    I do mean the tabs-section.

    The background should be the same grey, as in the slider text above.
    Text color should be white. Is that possible?

    Screenshot attached :)

    thank you for your help.
    Greetings,
    Miriam
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, Miriam!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#tabs {
      background: #7C7C7C !important;
    }
    ul.tabAnchor li a {
      color: white !important;
    }
    .tabContent p {
      color: white !important;
    }
    Hope it will resolve your issue.

    Thanks,
    Praveen
     
  3. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Great Praveen - you made my day :)

    Thank you very much.
    Greetings, Miriam
     
Thread Status:
Not open for further replies.

Share This Page