* Graham * sudahpernahblog
the css to produce that effect is below
this will use it for blog post titles and the title links
.xt_blog_title , .xt_blog_title_link {
  position: relative;
  padding: 8px;
  color: white;
  background: green;
  display:block;
}
  .xt_blog_title::after , .xt_blog_title_link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 10px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: green transparent;
}

Copy code
2018-05-31 11:45 (edited 2018-05-31 12:04 by Graham ) · (0)

Online: Guests: 1