Before you ask please READ THIS

switch off icons in blog

edited November 2013 in Hypershot Posts: 17
hellohello
where would i switch off the icons next to titel in the blog pages? would tthe text inherit the added space?

thanx, honcho

Comments

  • edited November 2013 Posts: 17
    ok, this works:
    
    .post-icon{ display: none; }
    .brick h2.post-title,
    .brick .real-content{
        padding-left: 0;
    }
    Post edited by Air on
  • Posts: 17
    hmm, and the date? should move over too
  • AirAir
    Posts: 10,970
    Hi there:-) If you are so good with CSS use Firebug or other tools hidden under F 12 key, to detect what CSS should be changed:-)

    To move date use this

    .date_n_author {
    padding-left: 0;
    }
    With regards.
  • Posts: 17
    thanx. did that, and looks fine in overview of blog entries.
    but when you follow the link into the post the date moves to "padding 0" whereas the rest, titel and content, stays on old position.
  • edited November 2013 Posts: 17
    .date_n_author{ padding-left: 0; }
    .real-content{ padding-left: 0; }
    h1.post-title{ padding-left: 0; }
    ok!

    a detail, but details are important:
    on loading, for a split second the icon and the old (original) css still come in play. what would I have to do in the php to get rid of that?

    many thanx
    Post edited by Air on
  • AirAir
    Posts: 10,970
    Please post link where I could see your issue.

    With regards.
  • Posts: 17
    sent by pm
  • AirAir
    Posts: 10,970
    Indeed it is visible, very strange.
    Go to single.php line ~22 and remove
    <span class="post-icon"></span>
    from
    <div class="date_n_author"><?php echo a13_date_and_author(); ?><span class="post-icon"></span></div>
    With regards.
  • Posts: 17
    perfect, thanx!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!