How to change members page background

Momon

Member
Registered
Joined
Jul 10, 2023
Messages
10
Points
3

Reputation:

Hello fellas, I have this problem in my forum

I need to change the background on of this section on the members page

bg.png


it looks like this on my forum

bg2.png
 

Zer01ne

Collaborate
Collaborate
Registered
Joined
Nov 25, 2022
Messages
679
Points
253

Reputation:

Momon

Member
Registered
Joined
Jul 10, 2023
Messages
10
Points
3

Reputation:

Share your forum ULR and we may give you Modified CSS to add on Extra.less
Zer01neSorry! You must have at least 5 posts to post link. Your curent posts count is 4.
Cant post link yet :rolleyes:
Ill send you a pm
 
View previous replies…

Zer01ne

Collaborate
Collaborate
Registered
Joined
Nov 25, 2022
Messages
679
Points
253

Reputation:

oh! okay, no problem.
Zer01neAdd this CSS to your extra.less

CSS:
[data-template="member_notable"]{

    .blockLink:hover {
        background: #373839 !important;
        text-decoration: inherit;
    }
    .blockLink.is-selected {
        font-weight: 700;
        background: #373839 !important;
        border-left: 3px solid #47a7eb;
        padding-left: 7px;
    }
}
 
Last edited:

Momon

Member
Registered
Joined
Jul 10, 2023
Messages
10
Points
3

Reputation:

Add this CSS to your extra.less

CSS:
[data-template="member_notable"]{

    .blockLink:hover {
        background: #373839 !important;
        text-decoration: inherit;
    }
    .blockLink.is-selected {
        font-weight: 700;
        background: #373839 !important;
        border-left: 3px solid #47a7eb;
        padding-left: 7px;
    }
}
Zer01neit worked thanks for the help g
 
Top