Please help

Nott

Member
Registered
Joined
May 6, 2020
Messages
14
Points
13

Reputation:

 

Attachments

  • imgonline-com-ua-Osvetlenie-ruMiRtp96av8.jpg
    imgonline-com-ua-Osvetlenie-ruMiRtp96av8.jpg
    115.6 KB · Views: 68

Hellp343

Well-known member
Registered
Joined
Sep 7, 2022
Messages
57
Points
8

Reputation:

No i want the hover to be like the other photo. Bascially what im showing is when im hovering over a navigation. If you look at mine the entire thing lights up from the hover but on the other picture just a little bit light up
 

Hellp343

Well-known member
Registered
Joined
Sep 7, 2022
Messages
57
Points
8

Reputation:

The first 2 urls is what i have now. And the 2 second is what i want
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

I do not see really a difference in the images.

You want to have the box inside the navigation bar? Which theme is it
 

Hellp343

Well-known member
Registered
Joined
Sep 7, 2022
Messages
57
Points
8

Reputation:

1678590787923.png

1678590803057.png


Now you should see the difference. Basically when hovering i want it to be like that. The first picture is what i want, and the second picture is mine right now.
 

Hellp343

Well-known member
Registered
Joined
Sep 7, 2022
Messages
57
Points
8

Reputation:

Its not just hovering if you look at my name you can see a border around it. On the first picture its not covering the entire thing, but it does on the second.
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
580
Points
103

Reputation:

Send us a link to your forum, so we can experiment with dev tools.
 

Hellp343

Well-known member
Registered
Joined
Sep 7, 2022
Messages
57
Points
8

Reputation:

Anyone that can take a look?
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

If you look at these pictures
View attachment 34186
View attachment 34187
Here, you see the difference right? like the buttons is boxed.
Hellp343you mean like that:

1679729510751.jpg


you need to add
CSS:
padding-top: 10px;
padding-bottom: 10px;

to the .p-nav-inner element

and for the selected tab you need to change the background color:

CSS:
 background: rgba(0,0,0,0.22);

.p-nav-list .p-navEl.is-selected element
 
Top