Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Trying apply display:none to a literal

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #200144
    kindnesshelps
    Participant

    The literal between two elements needs to be deleted along with the elements. It is a literal between to elements within a column tag. Here’s and example of my issue…
    http://codepen.io/SusieQ/pen/xboPrv

    #200145
    Paulie_D
    Member

    A “literal”?

    Sorry you’ve lost me..a literal what?

    [EDIT]

    Oh. do you mean the colon? “:”

    Why not just move it inside the pseudo-element.

    http://codepen.io/Paulie-D/pen/ZYdamZ

    #200164
    kindnesshelps
    Participant

    Yes. The colon is in the base and I want to remove it via CSS.

    #200165
    Paulie_D
    Member

    So you can’t change the HTML?

    If not, other than selecting the parent and then applying a style to all the children there’s not much you can do without javascript.

    CSS can’t select text nodes.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.