Hide Wiki Tags & Title?

SublimeBW
SublimeBW

Hey gang,

 

I am new to CSS editing so I was hoping that you could help me remove the title and tag sections of my Wiki pages. I attempted to use a code for removing the title but it didn't seem to do the trick. Maybe I am missing something?

.wiki-page-name {

display:none;

}

Link my OS

https://greyhawk-21.obsidianportal.com/wikis/main-page

 

Comments

  • Krothos
    Krothos
    Posts: 230

    Hi, this is the code I use to remove Tags from my pages.


    /* Remove tags */
    .as-selections {display:none}
    div.tags {display:none}
    ul.tags-list {display:none}

    And try this for removing the Wiki Title (personally haven't tried or tested).


    /* Remove wiki titles */
    .wiki-page-name .title {display:none}

     

  • SublimeBW
    SublimeBW
    Posts: 16

    The tag piece worked but not the title piece. Maybe I am doing something wrong.

     

    Thanks for the tag piece!

  • Krothos
    Krothos
    Posts: 230

    Ah, remove the space in the element. That works!

    .wiki-page-name.title {display:none}

     

  • SublimeBW
    SublimeBW
    Posts: 16

    EUREKA! Thanks for the assist all!

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