- Joined
- Apr 22, 2021
- Messages
- 191
- Points
- 28
Reputation:
good night, I wanted to know how to add an icon of an image that I want to put, next to the text in the navigation tab
Reputation:
Reputation:
good night, I wanted to know how to add an icon of an image that I want to put, next to the text in the navigation tab
Reputation:
Reputation:
Reputation:
[MMO] Navigation tab icons
Reputation:
Reputation:
/admin.php?navigation/
Title[B]<img src="/data/images/icon/us.png">[/B]
Reputation:
I want to edit forum, home, and don't edit me, leave the title xenforo blocked it so as not to edit
.p-navEl [data-nav-id="forums"]:before {
content: url('data/images/aq.png');
display: inline;
vertical-align: middle;
float: left;
padding-left: 4px;
padding-top: 4px;
}
Reputation:
it does not look nice, but these might be caused by my choosen image and you can play around with the CSS code:
View attachment 31147
Less:.p-navEl [data-nav-id="forums"]:before { content: url('data/images/aq.png'); display: inline; vertical-align: middle; float: left; padding-left: 4px; padding-top: 4px; }
Reputation:
it does not look nice, but these might be caused by my choosen image and you can play around with the CSS code:
View attachment 31147
Less:.p-navEl [data-nav-id="forums"]:before { content: url('data/images/aq.png'); display: inline; vertical-align: middle; float: left; padding-left: 4px; padding-top: 4px; }