Making the forum tables for default widgets disappear and replace them with a background image
3 posters
Page 1 of 1
Making the forum tables for default widgets disappear and replace them with a background image
Okay, so on my forum, http://fairytailetherealrp.my-freeforum.com/
I have my log in widget and recent topics widget like this
However, I want them to look like this:
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.
I have my log in widget and recent topics widget like this
However, I want them to look like this:
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.
Re: Making the forum tables for default widgets disappear and replace them with a background image
Are you asking for just those 2 widgets, or for all in general?
Re: Making the forum tables for default widgets disappear and replace them with a background image
For those two in particular, it's a bit tricky.
What Forum version are you using?
Re: Making the forum tables for default widgets disappear and replace them with a background image
bump(hope this is not breaking the wait 24 hrs rule =w=)
Re: Making the forum tables for default widgets disappear and replace them with a background image
Hi @Rin Moriyama,
Sorry for the delay, but add the following rule to your stylesheet.
Display > Colors > CSS stylesheet
That should get rid of the background on widgets.
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.
Re: Making the forum tables for default widgets disappear and replace them with a background image
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
Re: Making the forum tables for default widgets disappear and replace them with a background image
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 :
and this to the end :
Then define a background color for your custom widgets :
You should of course use the prior CSS I gave you to remove the backgrounds.
- 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;
}
You should of course use the prior CSS I gave you to remove the backgrounds.
Re: Making the forum tables for default widgets disappear and replace them with a background image
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
Re: Making the forum tables for default widgets disappear and replace them with a background image
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 :
and the CSS I gave you upon my first reponse did just that :
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.
and the CSS I gave you upon my first reponse did just that :
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.
Similar topics
» Making semi-transparent forum section tables and forum widgets solid
» How to set a forum background image
» How to replace forum board from solid color, to texture background?
» Code For Making a Gif Image Appear on Forum
» Help/tips Making a Forum Background Fully Viewable
» How to set a forum background image
» How to replace forum board from solid color, to texture background?
» Code For Making a Gif Image Appear on Forum
» Help/tips Making a Forum Background Fully Viewable
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum