• Resolved ivanbel

    (@ivanbel)


    Hi,
    I want to change the background color of the author box.
    I went to Customize/Additional CSS and add the following:

    .abh_tab_content{
      background-color: #FBF0C2;
    }

    But no change! Can you help please?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Calin Vingan

    (@calinvingan)

    Hi,

    You’re almost there. It should work if you add !important in the definition as the starbox is already adding a background color for that class.

    .abh_tab_content{
      background-color: #FBF0C2 !important;
    }

    Best, Calin

    Thread Starter ivanbel

    (@ivanbel)

    Great, thanks a lot.
    Working perfectly !
    Have a nice day Calin.
    Ivan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background color setting’ is closed to new replies.