• Resolved ionwordpress

    (@ionwordpress)


    Hi,

    Can please let me know How to remove these (“social sharing links”, “previous post”, “next post” & “Comments are closed”) at the bottom of the blog post ?

    Can this be done using custom css ?

    [currently Using ColorWay Pro Ver 3.5.1]

    ========================================================================
    If you enjoyed this article please consider sharing it!

    “twitter” “stumble upon” “facebook” “digg”

    ← Previous Post Next Post →

    Comments are closed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    yes, you can resolve your issues using custom css, you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    .social_logo {
        display: none !important;
    }
    
    #nav-single {
        display: none !important;
    }
    
    .comment_section {
        display: none;
    }

    Hope it will resolve your issue

    Thanks!

    Thread Starter ionwordpress

    (@ionwordpress)

    It does work. However, this phrase is still there .

    -> “If you enjoyed this article please consider sharing it!”

    Can this phrase be removed too with custom css?

    Theme Author inkthemescom

    (@inkthemescom)

    hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    .social_link {
        display: none !important;
    }

    Thanks!

    Thread Starter ionwordpress

    (@ionwordpress)

    Thanks much for your support!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove social media link on blog post’ is closed to new replies.