I'm using a service which doesn't allow me to modify the code, but I"m able to add my own CSS. I am trying to change the CSS of a specific Link inside a li.
Here is my code:
<div class="kn-menu kn-view view_81" id="view_81">
<ul class="kn-tab-menu kn-grid-6">
<li class="kn-link-1"><a href="1.html" target=""><span><i class="fa fa-bullseye"></i> I'm On Site</span></a></li>
<li class="kn-link-2"><a href="2.html" target=""><span><i class="fa fa-pencil-square-o"></i> 1. Onsite Staff Signature</span></a></li>
<li class="kn-link-3"><a href="3.html" target=""><span><i class="fa fa-pencil"></i> 2. Service/Signature</span></a></li>
<li class="kn-link-4"><a href="4.html" target=""><span><i class="fa fa-ban"></i> 3. N/A - R</span></a></li>
<li class="kn-link-5"><a href="5.html" target=""><span>Add Comments</span></a></li>
<li class="kn-link-6"><a href="6.html" target=""><span><i class="fa fa-check"></i> 4. Completed</span></a></li>
</ul>
</div>
I want to select only the very first list item and tweak the css settings of the link within it - I want to make the background color and text different. Using the following allows me to change somethings but not the actual text within that li.
.kn-link-1 {
}
I also want to make sure that this change only happens for this specific instance where the parent id="view_81". Can someone help find the right way to select just that