![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I have a question: I would just like to ask how to go about formatting the Cut Tag? I've tried:
span.cuttag a
.cuttag a
and nothing happened. I would like to change the link style and remove the arrow (if possible).
Sorry, if this has been posted elsewhere. My search came up with no results.
Thanks,
- N
span.cuttag a
.cuttag a
and nothing happened. I would like to change the link style and remove the arrow (if possible).
Sorry, if this has been posted elsewhere. My search came up with no results.
Thanks,
- N
Tags:
no subject
Date: 2011-06-17 03:56 pm (UTC)span.cuttag a img {
display: none;
}
no subject
Date: 2011-06-17 03:59 pm (UTC)no subject
Date: 2011-06-17 05:18 pm (UTC)no subject
Date: 2011-06-17 06:00 pm (UTC)no subject
Date: 2011-06-17 08:59 pm (UTC)no subject
Date: 2011-06-18 02:21 am (UTC)I had no idea what the arrow was for.
no subject
Date: 2011-06-17 07:35 pm (UTC).cuttag_container a {
}
no subject
Date: 2011-06-17 10:17 pm (UTC).cuttag_container a {
text-decoration: none;
}