Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #296574

    See: http://www.directionscounseling.com/wp/counselors/elizabeth-harper-stross/

    I’m trying to use this sidebar as a menu rather than a post feed so I need to remove the dates. Is there a way to remove the dates from the menu? Also wondering if I remove that will the excerpt wrap to the right of the image? Is there a way to get the excerpt to the right of the image?

    #296611

    Hi satucker!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->Quick-CSS field put:

    
    .sidebar_right span.news-time{
    display: none;
    }
    
    .sidebar_right .news-excerpt{
        left: 13px;
        position: relative;
        top: -25px;
    }
    

    Cheers!
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.