Background of widgets title? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Background of widgets title?

    avatar
    refresh102
    Forumember


    Male Posts : 181
    Reputation : 4
    Language : English,Japanese

    Background of widgets title? Empty Background of widgets title?

    Post by refresh102 April 1st 2015, 9:53 am

    Hey hey its me again how do i put some fancy background on my widgets title just like in my category title?
    this looks like (My category title with some nice background)

    Here the image of my category background (the light blue with gray border box) .
    Background of widgets title? TjoR6Gk

    And here is my current widget title ( no light blue with gray boder box background ).
    Background of widgets title? LpcW62h

    And here is the example that i want to be like (This is Photoshop edited)
    Background of widgets title? 0OQiWz4

    My Forum Address : http://hunterxroleplay.forumh.net/
    My Forum Version : PunBB
    My CSS if you want
    My CSS:

    Thanks and help me please
    avatar
    Fierce Star
    Forumember


    Male Posts : 110
    Reputation : 17
    Language : English
    Location : United States

    Background of widgets title? Empty Re: Background of widgets title?

    Post by Fierce Star April 1st 2015, 6:51 pm

    Add this to your CSS (ACP -> Display -> Colors -> CSS Stylesheet):
    Code:
    .module .h3 {
        background: none repeat scroll 0 0 #f6f7f8;
        border: 1px solid #cfd5da;
        margin: -5px -18px;
        padding: 8px;
    }
    avatar
    refresh102
    Forumember


    Male Posts : 181
    Reputation : 4
    Language : English,Japanese

    Background of widgets title? Empty Re: Background of widgets title?

    Post by refresh102 April 2nd 2015, 1:48 am

    yeah its working but only the latest topic widget doesnt have a background ? can you help me please?
    avatar
    Fierce Star
    Forumember


    Male Posts : 110
    Reputation : 17
    Language : English
    Location : United States

    Background of widgets title? Empty Re: Background of widgets title?

    Post by Fierce Star April 2nd 2015, 7:02 am

    Apologies on that, simple replace the above code I gave you with this one:
    Code:
    .module .h3, .module h3 {
        background: none repeat scroll 0 0 #f6f7f8;
        border: 1px solid #cfd5da;
        margin: -5px -18px;
        padding: 8px;
    }
    avatar
    refresh102
    Forumember


    Male Posts : 181
    Reputation : 4
    Language : English,Japanese

    Background of widgets title? Empty Re: Background of widgets title?

    Post by refresh102 April 2nd 2015, 7:22 am

    Thank you and Solved you saved my day.