how do i remove and change a couple things

Discussion in 'ColorWay WordPress Theme' started by drifterzz, May 13, 2018.

  1. drifterzz

    drifterzz New Member

    Joined:
    Oct 30, 2016
    Messages:
    26
    Likes Received:
    1
    How do I remove -"posted on"
    -"comments"
    - the tags,

    -and change the wording on the social "if you enjoyed this article please consider sharing it!"
     

    Attached Files:

    jcoffey likes this.
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the desired things, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    ul.post_meta {
        display: none;
    }
    .social_link {
        display: none;
    }
    .social_logo {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page