Items and Files name won't show up

Vishera
Vishera

Somehow I have the Items and Files name turned off but can't find it in my CSS anywhere. I can see the icon, but there is no text next to them. 

Comments

  • cgregory
    cgregory
    Posts: 780

    It is because you set

    #campaign-nav .nav-text {

        font-size: 0;

    }

    without adding an :after with new content to items and files like you did for home, characters, logs and wiki

    #campaign-nav .characters a::after {

        content: " PCs and NPCs";

    }

    so something like

    #campaign-nav .items a::after {

        content: " Items";

    }

    #campaign-nav .file-docker a::after {

        content: " Files";

    }

    should work.

     

    They are among us!

    image

                       XCom: Defiance - Campaign of the Month November 2016

     

     

Sign In or Register to comment.

April 2024
Season of Strife

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