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.

Memberlist Header - Invision

5 posters

Go down

Solved Memberlist Header - Invision

Post by runawayhorses October 12th 2012, 1:18 am

This is a screenshot of the memberlist header section, and right now it doesn't have a background color or image it is transparent and that is the forum background showing through, and my question is what is the CSS code for this area of the memberlist in Invision to add a background? I want to add a semi-transparent black background and I need the CSS selector that addresses this area.

I'm using Invision, thanks

Memberlist Header - Invision Memberlistheader


Last edited by runawayhorses on October 12th 2012, 4:38 am; edited 1 time in total
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Memberlist Header - Invision

Post by nextlevelgaming October 12th 2012, 1:36 am

hey runaway should have PMd me lol

Code:
.ipbform div.borderwrap{background:#000;}

Should do it


It may change more than just that. If it doesnt work, try taking out the .ipbform from that.

If it does change more you can use javascript or jQuery to add a class to that specific section

Code:
$(document).ready(function() {
    var $memberbg = $('.ipbform div.maintitle');
    $memberbg.filter(':contains("Find a user or modify list order")').closest('div.borderwrap').addClass('memberbg');
});

should work you just need to create a css

Code:
.memberbg{background:#000 !important;}


Last edited by nextlevelgaming on October 12th 2012, 1:42 am; edited 1 time in total (Reason for editing : added more info)
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: Memberlist Header - Invision

Post by LGforum October 12th 2012, 2:44 am

Well that bit already has the classname of 'memberlist', and its the only element with that classname... so why not use that.
Code:
.memberlist {
    background: #000;
}
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: Memberlist Header - Invision

Post by nextlevelgaming October 12th 2012, 3:47 am

Hmmm does it really? i did not see the memberlist css lmao
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: Memberlist Header - Invision

Post by runawayhorses October 12th 2012, 4:15 am

Thanks guy! I used LG's code and it worked perfectly.. Smile

I appreciate your time and effort too nextlevel your learning fast! Yeah I could have PMed you but this is my usual routine I been doing for years, I either post at LG's (AvacWeb) or here. Very Happy

Since I used LG's code I had to give the thanks to him, thats my rule, whoever gets the code gets the thanks.. lol Very Happy

I appreciate both you guys, thanks again.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Memberlist Header - Invision

Post by SLGray October 12th 2012, 4:20 am

Is this solved?


Memberlist Header - Invision Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Memberlist Header - Invision

Post by runawayhorses October 12th 2012, 4:35 am

Oh I forgot to do the solved Icon, yes its solved Sig, I'll add the icon. thanks
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Memberlist Header - Invision

Post by Jophy October 12th 2012, 5:43 am

Topic Solved & Locked
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum