• Resolved ilonaceline

    (@ilonaceline)


    Hi!

    Today I installed the Jetpack plugin so I could have recommended posts underneath my posts, so far I’ve been able to customize it pretty well, but I can’t seem to figure out how to get rid of the short line above ‘YOU MIGHT ALSO LIKE IS’. (I changed ‘related’ to you might also like this)

    You can see on the picture here what I mean

    http://i67.tinypic.com/2ld7o5t.png

    And on my blog: http://www.ilonaceline.com

    I can’t find the code that puts it there so I can’t change it, but I’m hoping someone can tell me how to get rid of that line.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this to your CSS:

    #jp-relatedposts h3.jp-relatedposts-headline em::before {
        border: 0;
    }

    Hope this helps.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    As @themesumo suggested, you can customize the look of every element on your site thanks to CSS. You can add that CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard. However, your CSS will need to be a tiny bit different from what @themesumo suggested above. Try the following:

    .entry-content #jp-relatedposts h3.jp-relatedposts-headline em::before {
        border: 0 none;
    }

    That should work!

    Thread Starter ilonaceline

    (@ilonaceline)

    It worked! Thanks so much!

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

The topic ‘Remove line above ‘Related’ title’ is closed to new replies.