View Single Post
Old 04-24-2019, 12:38 PM  
drexl
Whale Hunter
 
drexl's Avatar
 
Industry Role:
Join Date: Jan 2016
Posts: 930
Quote:
Originally Posted by Shoplifter View Post
I suppose I am using the first version which hides pretty much everything:

a[rel="nofollow"] {
visibilitydden;
}
img[rel="nofollow"] {
visibilitydden;
}
Yes you are using the 1st version, it is drastic.

Try this out instead:

Code:
a[rel="nofollow"], a[rel="nofollow"] img {
  cursor: not-allowed;
  opacity: 0.9;
  pointer-events: none;
}
Quote:
Originally Posted by Shoplifter View Post
This will be my worst period for spending ever unless the next six days have a miraculous turnaround.
without visibility nor feedback from cb, we can only try to find common patterns among ourselves. If we all have decreasing numbers starting from a particular date, we can infer something has changed. Signups is a better indicator though, I think.
__________________
drexl is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote