Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059152
    tanjadietz
    Participant

    Hello again,

    I want on my blog: http://westernfir.de/travel/ that …

    1. the post has no frame around the post image, how can I make it invinsible?

    2. there is no black hover with the white symbol when I put my cursor over the post image, how can I make it just black hover without a symbol or maybe a little text?

    3. the post image is not in the post itself. How can I make it away? I just want to have the post image as a post image for the preview.

    THANKS A LOT 🙂

    #1059153
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .entry-featured {
        border: none;
    }
    .entry-thumb:before {
        content: "";
    }
    
    .single-post .entry-featured{
    display:none;
    }

    Hope that helps.

    #1059162
    tanjadietz
    Participant

    Yes, thanks a lot. That was the perfect CSS Code.

    But now, there is another “problem”. I want to minimize the distance between the post headline and the menue (the white area is too big). How can I minimize that?

    Thanks!

    #1059171
    Christopher
    Moderator

    Hi there,

    Please provide us wit screen shot.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1059152 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>