ThemeShaper Forums » Thematic

[closed]

How do I remove current page link?

(2 posts)
  • Started 12 years ago by paaljoachim
  • Latest reply from middlesister
  • This topic is resolved
  1. paaljoachim
    Member

    Hi

    How do I remove the current page link in the current tag?

    .sf-menu .current_page_item a,
    .sf-menu .current_page_ancestor a,
    .sf-menu .current_page_parent a {

    I did a search online and found some css that I could use in the current tag.

    pointer-events: none;

    I find it weird that the current tag does not remove the current page link.... but it was good to know that a simple solution has been found. I do not know how it acts in IE though. Someone suggested using:

    pointer-events: none; cursor: default; color: lightgray;

    So for the moment I got the two options above.

    Posted 12 years ago #
  2. middlesister
    Member

    I'm sorry but I don't understand what you want to do. If you want to remove something with css you can do so with display:none. Pointer-events is a part of css3 that if I understand correctly is supposed to be used when two elements overlap eachother and you want mouse-clicks to register on the element that is underneath. As with most of the css3 properties, it will not work in IE. For sure not in any version before IE9, and maybe not even there.

    What do you want to remove and why?

    Posted 12 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.