Shaded Title Box Does Not Show in Footer

Home Forums Iconic One Pro Support Shaded Title Box Does Not Show in Footer

This topic contains 2 replies, has 2 voices, and was last updated by  smithdl2 9 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3000

    smithdl2
    Participant

    The title on the sidebar widget shows a nice grey box, but the footer widgets do not. Any way to have the footer widgets show the title box?

    #3003

    You can use the following code in custom.css

    
    #iop-footer .widget-title {
        background: #f2f2f2;
        padding: 10px;
    }

    We have pushed the above changes in our code repo, this style will be included by default from the next version 1.4.8.

    #3005

    smithdl2
    Participant

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.