Okay
  Public Ticket #1156321
Love This Rectangle Removal
Closed

Comments

  •  2
    wingme started the conversation

    Hi!

    I looked on the Salient comment section but I failed to find the solution: How do I get rid of the Love This when you scroll down this related URL, which is an article of the blog section? Thanks


    http://inovestor.am/portfolio-strategy-lab-052017/

  •  3,082
    Andrew replied

    Hi there,

    Thanks for contacting us regarding your query.

    You may use the following Custom CSS Code to accomplish this request. 

    /*Removes Love This From The Bottom Of Posts*/
    .single-post .bottom-meta .sharing-default-minimal .nectar-love{
      display: none;
    }
    

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard.

    Please let me know if there are any more questions that I may answer for you.

    Cheers!