Forums

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

Home Forums CSS [Solved] Remove Span Class Question

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #150324

    Hi.

    on the users link on my tweet box you have example @yourname and the Your Name <– can’t find class to remove

    custom code and api attached to code pen

    http://codepen.io/mwbcomputers/pen/vjKwh

    found problem had to add span span

    http://codepen.io/mwbcomputers/pen/vjKwh

    #150327
    Paulie_D
    Member

    If it’s just the @ name, I think it’s this

    #MyTwitter .user span
    

    So you could set this to display:none

    It’s not very specific so it might hide other spans too.

    #150330

    I had to ad double span could you check it over make sure have not over lapped it think I have doubled up on some things just playing around at the moment you can use my js and style for your own work if wanted to put your api widget code in twitterfetch area

    http://codepen.io/mwbcomputers/pen/vjKwh

    #150340
    Paulie_D
    Member

    Frankly, I didn’t understand that last post.

    Is my answer what you wanted or not?

    #150427

    You can mark solved

    “Can you also mark the template engine post as solved as well.” The ones we were talking about other day.

    I am getting mod mad up for open source.

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