both this structure comes in same page how to target this div in css
only difference is ul class….
i wanted to give two different border colors yellow and pink color this div
zpass-current
<ul class="zpass-current zpass-homepage logo-med-whttxt clearfix">
<li>
<a href="">
<div class="entitlement">
<div id="box_go">
</div>
</div>
</a>
<li>
</ul>
zpass-header
<ul class="zpass-header zpass-homepage logo-med-whttxt clearfix">
<li>
<a href="">
<div class="entitlement">
<div id="box_go">
</div>
</div>
</a>
<li>
</ul>
Is this what you are looking for?