Viewing 6 replies - 1 through 6 (of 6 total)
  • Around line 62 of style.css (of your theme).

    h2 {
    	color: #262626;
    	margin: 0px 0px 2px;
    	border-bottom: 1px dotted #cc0000;

    remove the border-bottom line..

    Is that what you refer to?

    Thread Starter becauseitisthere

    (@becauseitisthere)

    Will that remove it on all posts or just sticky posts

    it will indeed remove it on all posts.
    if you keep the existing post as the sticky one, you can add following line to the style.css:
    #post-286 h2 {border:none;}
    #post-286 refers to the post id which you can see if you look at the html in your browser.

    Thread Starter becauseitisthere

    (@becauseitisthere)

    Does it matter where it goes?

    Thread Starter becauseitisthere

    (@becauseitisthere)

    And any idea how to center a sticky post title

    if you mean the same title, just add ‘text-align:center;’ to the same line;
    #post-286 h2 {border:none;text-align:center;}

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Removing dotted line from Sticky post’ is closed to new replies.