Skip to content
Discussion options

You must be logged in to vote

You can make it less intrusive by fiddling with these parameters:

For example, by adding this to a custom theme:

.backlinks-ticker{
  opacity: 20%!important;
}
.backlinks-count{
  font-size: 7px;
}

you can make it look like this:

To hide it completely, just add this instead:

.backlinks-ticker{
  display: none!important;
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@XXXJetfireXXX
Comment options

@somecrepe
Comment options

Answer selected by somecrepe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants