Making the forum tables for default widgets disappear and replace them with a background image 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.
3 posters

    Making the forum tables for default widgets disappear and replace them with a background image

    Lucy Heartfilia
    Lucy Heartfilia
    Forumember


    Female Posts : 98
    Reputation : 6
    Language : English,CSS
    Location : In your closet with pedo bear >:3

    In progress Making the forum tables for default widgets disappear and replace them with a background image

    Post by Lucy Heartfilia September 20th 2015, 6:30 am

    Okay, so on my forum, http://fairytailetherealrp.my-freeforum.com/

    I have my log in widget and recent topics widget like this

    Making the forum tables for default widgets disappear and replace them with a background image Screen12  Making the forum tables for default widgets disappear and replace them with a background image Screen13

    However, I want them to look like this:

    Making the forum tables for default widgets disappear and replace them with a background image Screen14

    Where it doesn't show the forum table. 

    Is there possibly a JavaScript code that I can add to the templates for these widgets or some part of the template I can remove to make them both like this?

    If so, please let me know, thank you.
    Bones!
    Bones!
    Forumember


    Posts : 173
    Reputation : 20
    Language : English, CCS, HTML
    Location : Behind you

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Bones! September 20th 2015, 6:45 am

    Are you asking for just those 2 widgets, or for all in general?
    Lucy Heartfilia
    Lucy Heartfilia
    Forumember


    Female Posts : 98
    Reputation : 6
    Language : English,CSS
    Location : In your closet with pedo bear >:3

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Lucy Heartfilia September 20th 2015, 6:47 am

    for all in general
    Bones!
    Bones!
    Forumember


    Posts : 173
    Reputation : 20
    Language : English, CCS, HTML
    Location : Behind you

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Bones! September 20th 2015, 6:51 am

    Making the forum tables for default widgets disappear and replace them with a background image Eweyh10
    For those two in particular, it's a bit tricky.

    What Forum version are you using?
    Lucy Heartfilia
    Lucy Heartfilia
    Forumember


    Female Posts : 98
    Reputation : 6
    Language : English,CSS
    Location : In your closet with pedo bear >:3

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Lucy Heartfilia September 20th 2015, 6:53 am

    I'm using PhpBB2
    Lucy Heartfilia
    Lucy Heartfilia
    Forumember


    Female Posts : 98
    Reputation : 6
    Language : English,CSS
    Location : In your closet with pedo bear >:3

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Lucy Heartfilia September 21st 2015, 5:49 am

    bump(hope this is not breaking the wait 24 hrs rule =w=)
    Lucy Heartfilia
    Lucy Heartfilia
    Forumember


    Female Posts : 98
    Reputation : 6
    Language : English,CSS
    Location : In your closet with pedo bear >:3

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Lucy Heartfilia September 24th 2015, 2:49 am

    Bump =w=
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Ange Tuteur September 24th 2015, 10:42 am

    Hi @Rin Moriyama,

    Sorry for the delay, but add the following rule to your stylesheet.
    Display > Colors > CSS stylesheet
    Code:
    #right .row1, #right .row2 { background:none }

    That should get rid of the background on widgets.
    Lucy Heartfilia
    Lucy Heartfilia
    Forumember


    Female Posts : 98
    Reputation : 6
    Language : English,CSS
    Location : In your closet with pedo bear >:3

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Lucy Heartfilia September 26th 2015, 7:59 am

    i'm looking for a javascript code that will get rid of the forum tables for my default widgets, not the custom ones that i can make
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Ange Tuteur September 26th 2015, 10:30 am

    Unfortunately due to your chosen forum version, the set of selectors I can give you is very limited. So, if you want to have a background on your custom widgets add the following code to the beginning of your widgets :
    Code:
    <div class="module-bg">

    and this to the end :
    Code:
    </div>

    Then define a background color for your custom widgets :
    Code:
    .module-bg {
      background:#333;
    }
    ( this one goes in the CSS sheet )

    You should of course use the prior CSS I gave you to remove the backgrounds.
    Lucy Heartfilia
    Lucy Heartfilia
    Forumember


    Female Posts : 98
    Reputation : 6
    Language : English,CSS
    Location : In your closet with pedo bear >:3

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Lucy Heartfilia September 27th 2015, 5:45 am

    I already have backgrounds on my custom ones, i want backgrounds on the default ones. If no one here can help me with that then, I shall bow out and this topic can be locked
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Making the forum tables for default widgets disappear and replace them with a background image

    Post by Ange Tuteur September 27th 2015, 10:45 am

    Okay, let's recap. You're saying you want backgrounds now ? However, in your first post + reply to Six Letters you mention that you don't want backgrounds on any of the widgets like this one :
    Making the forum tables for default widgets disappear and replace them with a background image Screen14

    and the CSS I gave you upon my first reponse did just that :
    Making the forum tables for default widgets disappear and replace them with a background image Captur71

    Which is why I'm now confused with what you're trying to achieve. Please be more specific of what you want, otherwise we'll keep going in circles and be unable to reach a solution. Remember, I can't read your thoughts, so fully explaining what you want to achieve can make things go a whole lot faster for you.

    Thanks.