badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Promotional box issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44986
    8beast
    Participant

    Hi, I would like to remove background color from the promo box (now is white #fff) so that I can only see the text not the box itself. Tried to set background-color to none, also tried commenting out. Still the box persists. Help?

    #45001

    Hi 8beast,

    To remove the background color for the promo box go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .widget_promotional_bar {
        background-color: inherit;
        border-color: none;
    }

    Thank you for using our theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.