<div class="ft-lnk-top1">
<a class="footerLinkOne" href="#" target="_self" title="Contact">Contact</a><span> | </span>
<a class="footerLinkTwo" href="#" target="_self" title="Join">Join</a><span> | </span>
</div>
I have other links in there aswell, just deleted them to keep it shorter. Basically, in one of my media queiries, I want to remove these two links. So I have done:
.ft-lnk-top1 .footerLinkOne, .ft-lnk-top1 .footerLinkTwo {
display:none;
}
Which removes them. However, it still leaves the spans which contain the |. So to remove this, I have tried adding
.ft-lnk-top1 .footerLinkOne span, .ft-lnk-top1 .footerLinkTwo span
That doesnt seem to work. Am I missing something here?
Cheers
This post has been edited by nick2price: 31 August 2012 - 02:37 AM

New Topic/Question
Reply



MultiQuote




|