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

    It would be nice if we could see a difference between bold text and links when reading our blog content here on kriesi board.
    maybe a different color

    .main_color strong {
        color: #4261bd;
        font-weight: 700;
    }

    or a little sign behind links f.e.:

    #bbpress-forums .bbp-body div.bbp-reply-content a:after {
      content: "\e86b";
        font-family: entypo-fontello;
        font-size: 12px;
        font-weight: normal !important;
        position: relative !important;
        left: 2px;
        top: -3px;
        margin-right: 5px;
    }
    
    #bbpress-forums .bbp-body div.bbp-reply-content a {
      text-decoration: none !important
    }

    otherwise you can not differ between the this or the that case.

    #1293850

    Hi Guenter!

    Thank you for noticing. We will forward your request to Guenter or Kriesi.

    Regards,
    Ismael

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