It's been 13+ years since I did any of this but you're right.Link to site - need to see where it is and possibly add some CSS to get rid of it for you. Can't tell just from the image.
As an aside for anyone with styling issues, a link to your site is necessary as there are so many different styles and add-ons that can change styling.
Thanks but where does it go?Code:.tooltip-arrow { display: none; }
in extra.lessThanks but where does it go?
sorry i was looking at the wrong area.. use
Code:.message-userArrow { display: none; }
.p-nav-list .p-navEl.is-selected .p-navEl-link:first-child {
padding-left: 0px;
}


.p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen):hover, .p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen) .p-navEl-link:hover, .p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen) .p-navEl-splitTrigger:hover {
color: hsla(var(--xf-contentHighlightBg));
text-decoration: none;
background: #285f2e;
}
thanks again.I would put alterations like that in extra.less personally so its easy to find your changes you have made
In the extra.less template putThanks. just the topic borders to get sorted then I can concentrate on other things.
.node + .node {
border-top: 1px solid #000;
}
Hope 000 is black lol.In the extra.less template put
CSS:.node + .node { border-top: 1px solid #000; }
Change #000 to whatever colour you want.
Yes, it is. You may need to add !important to the end of the code if it doesn't display.Hope 000 is black lol.
node + .node {
border-top: 1px solid #000 !important;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.