Forums

Constructor Theme Font Query (2 posts)

  1. broncasaurus
    Member
    Posted 1 month ago #

    Hi. I want to change the way links in the post titles and bodies appear on my blog (http://broncasaurus.com). Right now, a dotted line appears below the link text, and I don't want that.

    All I know is basic HTML. I have no idea about what to do with the CSS so...help please?

  2. pboosten
    Member
    Posted 1 month ago #

    Find this in your stylesheet (broncasaurus.com line 162):

    .hentry .title a, .hentry .title span {
      border-bottom:3px dotted #127DFF;
    }

    and remove the border-bottom line.

    Peter

Reply

You must log in to post.

About this Topic