Category design issue

coinsy

Active member
Registered
Joined
Jul 11, 2020
Messages
25
Points
13

Reputation:

I'm using this theme (one ui) and want to change dotted line below the categories but even after trying multiple times i couldn't figure out.

aozEyDf.png


Please help, I would like to have a simple line instead of dots
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,897
Points
823

Reputation:

I'm using this theme (one ui) and want to change dotted line below the categories but even after trying multiple times i couldn't figure out.

aozEyDf.png


Please help, I would like to have a simple line instead of dots
coinsyYou should use another style, this style has not been updated for a long time
 

coinsy

Active member
Registered
Joined
Jul 11, 2020
Messages
25
Points
13

Reputation:

Thanks, I know but I'm trying to improve it day by day using template modifications however i'm not a pro at it. So it's a bit hard to figure out few things.
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,897
Points
823

Reputation:

send me the demo link, I will see it for you
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,067
Points
173

Reputation:

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,067
Points
173

Reputation:

go to /admin.php?styles/one-ui-dark.2/style-properties/group&group=block

edit
block-header delete extra css

block-minorHeader delete extra css
 

coinsy

Active member
Registered
Joined
Jul 11, 2020
Messages
25
Points
13

Reputation:

yes I managed to figure it out and changed it by adding custom code to extra.less

.block-minorHeader {
padding: 6px 10px;
margin: 0;
font-weight: 400;
text-decoration: none;
font-size: 17px;
color: #ecf9ff;
border-bottom: 1px solid #040000;
border-bottom: 1px solid whitesmoke;
}

.block-header {
padding: 6px 10px;
margin: 0;
font-weight: 400;
text-decoration: none;
font-size: 20px;
color: #d6e8f6;
background: #222;
border-bottom: 1px solid #101010;
border-bottom: 1px solid whitesmoke;
}

Thank you :D
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,067
Points
173

Reputation:

if u add custom to extra.less u don't to edit that my guide.
 
Top