Character List, Tag Graphic

Bortas
Bortas

I'm looking to alter the tag graphic in my character list, but I'm having a hard time targeting it. Best I can figure it is:


.tags-list .inline-list .small-list::before {display:none;}

But that doesn't hit it. Anybody know how I might replace this small graphic? Thanks for the advice,

-bort

Comments

  • cgregory
    cgregory
    Posts: 780 edited February 2017

    The tag graphic is created just like all the other graphics using content of a pseudo element. In this case before

     

    .tags-list::before {

            content: "";

        }

    Replace it with

    .tags-list::before {

            content: "";

        }

     

    Post edited by cgregory on

    They are among us!

    image

                       XCom: Defiance - Campaign of the Month November 2016

     

     

  • Bortas
    Bortas
    Posts: 645

    *sigh*. Durrrrr. I hate what a novice with CSS I am sometimes. Now...... to find/make a good replacement graphic.

    Thanks, sir!

    -bort

  • cgregory
    cgregory
    Posts: 780

    If you use firefox and right click then inspect element while over the graphic it takes you right to the code you want 99% of the time. 

    They are among us!

    image

                       XCom: Defiance - Campaign of the Month November 2016

     

     

Sign In or Register to comment.

March 2024
Wrath of the Highborn

Read the feature post on the blog
Return to Obsidian Portal

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Discussions