Before you ask please READ THIS

Small triangle below the comments-count?

edited August 2012 in Spaceship Posts: 15
Hi,

please, where can I edit the colour of the small triangle below the comments-count for blog-posts?

Regard, r.

Comments

  • AirAir
    Posts: 10,970
    Firstly you have to switch in to non-compressed theme version by going to Spaceship theme->Advance->Use compressed JS & CSS turn to Disable (read more http://apollo13.eu/docs/spaceship/#!/advance_menu_span_class )

    Next find in spaceship/style.css find

    article .post-info a.comments:after{
    content: "";
    border-top: 10px solid #cdcdcd;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 0;
    width: 0;
    }
    Color of that triangle is #cdcdcd, you can change it.

    With regards.
  • Posts: 15
    Thank you very much. :)
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!

In this Discussion