Adventure Log Index - vertical line with arrows and dots

Bortas
Bortas

I'm working on the adventure log index for my site, I'm specifically trying to style/remove the vertical white line with arrows and dots between the teaser and the calendar. Any ideas? Thanks,

-bort

Comments

  • Johnprime
    Johnprime
    Posts: 252 edited October 2017

    Hey Bortas, if you're talking about this piece of css,

    .adventure-log-index .adventure-log-post-container {

        background: url(/assets/views/adventure_log/timeline_bar_and_pointer-11fef2c00f43845ed3f57266c346aa76.png?2) right top no-repeat;

    }

    Adding a new style to your custom css using that name, .adventure-log-index .adventure-log-post-container and setting the background to none, should resolve it.

    .adventure-log-index .adventure-log-post-container { background: none }

    The above css should do it.

    Additional css, I noticed on another one of my sites I had to also add in the following two styles...

    .sidebar-adventure-log-neighbors .neighbor-post.current-post .background { background: none }
    .sidebar-adventure-log-neighbors .neighbor-post .background { background: none }

    Post edited by Johnprime on

    Johnprime

    Deadwood Deacon Banner

    Where the west is really wild!

    The Valley of Life Banner

    The Valley of Life

  • Bortas
    Bortas
    Posts: 645

    *forehead smack*

    Durr... never thought it might be a background image, I was thinking it was some clever CSS thing I couldn't figure out. Thanks for showing me the obvious!!

    -bort

  • Johnprime
    Johnprime
    Posts: 252

    LOL! Glad to be of help! :-)

    You do know I am a web site developer by profession, right? :-)

    Johnprime

    Deadwood Deacon Banner

    Where the west is really wild!

    The Valley of Life Banner

    The Valley of Life

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