Character page: hide name, tags, quick description

Bortas
Bortas
edited May 2014 in Campaign Portal Building
Trying to hide these three items from the normal character display, help! I'm clueless with inspect element :-/

Also... is it possible to 'call' the tags function, to display it elsewhere in a page?

Thanks,
-bort
"Morwindl"://morwindl.obsidianportal.com/

Comments

  • ketherian
    ketherian
    Posts: 203 edited May 2014
    Hi!

    Did you notice this thread?
    "Vanguard Assistance: Old character page layout":http://forums.obsidianportal.com/comments.php?DiscussionID=3495&page=1#Item_17
    In that post, madartiste shows how to hide the quick description.

    What do you mean by "call"?
    You can reposition a tag on a page by changing its position attributes by playing with margin, width and relative position in CSS.
    So it disappears from where it currently is, and appears elsewhere.

    This forum post might help you figure out where to start:
    "CSS Discussion: [Sticky] A Totally Unofficial CSS Help & Tips FAQ":http://forums.obsidianportal.com/comments.php?DiscussionID=3057&page=1

    If not, ask. :D

    --
    Ketherian
    "Signs & Portends":https://swtwc.obsidianportal.com
    Post edited by ketherian on
  • Bortas
    Bortas
    Posts: 645
    Thank you! I knew I had seen that before, but search feature didn't find it.

    You understood my use of 'call' correctly. I've moved the position, but it stays behind my parchment background


    Man, been through that thread a ton of times, I think my issue is that I have trouble figuring out how inspect element works. Once I actually have the class id, I have no problems manipulating it, generally.

    Thanks for your help,

    -bort
    "Morwindl"://morwindl.obsidianportal.com/
  • Bortas
    Bortas
    Posts: 645
    The code from Madartiste did not remove the character description. I used:
    @.character-info div:first-of-type div:first-of-type {display:none;} /* Erase "quick description" from character page */@
    But directly pasting the original didn't work either:
    @/*REMOVE CHARACTER QUICK DESCRIPTION*/
    .character-info div:first-of-type div:first-of-type {display:none;}@


    In a nutshell, this is what I'm trying to accomplish:
    * "Sample Character":https://morwindl.obsidianportal.com/characters/amalia
    * Remove the character title.
    * Move the edit button, perhaps after the heading with character name.
    * Move the tags somewhere into my parchment.
    ** If not possible, would settle for display:none
    * Move the quick description somewhere into my parchment.
    ** If not possible, would settle for display:none

    And of course, moving/removing those should shift the parchment up and to where it should be.

    Thanks,
    -bort
    "Morwindl"://morwindl.obsidianportal.com/
  • Bortas
    Bortas
    Posts: 645
    Okay, trial and error, figured out how to remove character title:
    @.character-name {display:none;} /* Character remove page title */
    .character-name.title {display:none;} /* Character remove page title */@

    -bort
    "Morwindl"://morwindl.obsidianportal.com/
  • Bortas
    Bortas
    Posts: 645
    And @.tagline {display:none;} /* All quick descriptions not displayed */@

    Removes the quick description, but... it's not very specific - I'm not sure how to confine that to just the character page, or if I even need to.

    Regardless, I'd rather move it onto my parchment anyway.

    -bort
    "Morwindl"://morwindl.obsidianportal.com/
  • Bortas
    Bortas
    Posts: 645
    I'm not sure I'm making sense: basically, I can move those around, but they appear UNDER my parchment, ie: invisible.

    -bort
    "Morwindl"://morwindl.obsidianportal.com/
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