CSS for Current Selected
-
I’m trying to remove the 1px white border around the following image: https://ibb.co/cSZq6S
The html around the image on the page is …
<div id=”item-nav” class=”intern-box”>
<div class=”item-list-tabs no-ajax” id=”object-nav” role=”navigation”>-
<li id=”activity-personal-li” class=”current selected”>
I’ve tried a number of CSS combos but can’t get to it. Something like
#buddypress #object-nav .current .selected {
border-style: none !important;
border-color: #000000 !important;
border: 0px !important;
}Any help would be appreciated?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.