Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Multiquote (on) Multiquote (off)
Locked Topic
[Solved] Solved BG
Topic Started: Mar 22 2014, 06:19 PM (240 Views)
GodzillaV2
Member
[ *  * ]
Posted Image

Im trying to change the solved bg but i think the coded that im doing with isn't working. The white code is alright, but just the bg of the bar.
Edited by GodzillaV2, Mar 22 2014, 06:21 PM.
Offline Profile Goto Top
 
Jason
Member Avatar
Member
[ *  *  *  *  * ]
Two things....

What coding are you using and what is your board link?
Offline Profile Goto Top
 
GodzillaV2
Member
[ *  * ]
Board Link : http://s4.zetaboards.com/WGEUniverse/index/

Code :

Code:
 
<style type="text/css">
.c_user .user_profile dd {
font-weight:400;
font-style:italic;
}
</style>

<style type="text/css">
.solved-topic, .solved-topic a {
font-style:italic;
background:grey;
color:white;
}
</style>



Below the board

<script type="text/javascript">
var term = "[Accepted]";

$('#inlinetopic .posts tr[class]').has('.c_cat-title a:contains(' + term + ')').each(function () {
$(this).children().addClass('solved-topic');
});
</script>
Offline Profile Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

Change

background:grey;

to

background:grey !important;
Offline Profile Goto Top
 
GodzillaV2
Member
[ *  * ]
Thanks alot, now that it works.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards Support · Next Topic »
Locked Topic