Links help needed

Hi Movin,

I am using the activello theme. Though a novice, I think the theme is stunning because of its simplicity. I have been able to do customizations using your suggestions on the forum.

Have a couple of questions-
1- At the end of a post, there is a ’ Leave a comment’ link. How do I highlight that in Blue that is in my logo? Once I get a comment, it changes from leave a comment to 1-comment and I would like the prompt to people to leave a comment irrespective of how many are already there.
URL is craftingnirvana.com

  1. There is a text widget I added for a site-SSS Wednesday challenge, however when I click I am not able to link to that page.

  2. How can I feed my blog posts to facebook/automatically directly?
    please help

Hi @craftingnirvana,

I hope you are well today and thank you for your questions.

1- At the end of a post, there is a ‘ Leave a comment’ link. How do I highlight that in Blue that is in my logo?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

span.comments-link a {
    color: #D18BE3;
}
Once I get a comment, it changes from leave a comment to 1-comment and I would like the prompt to people to leave a comment irrespective of how many are already there.

You will have to develop custom code to achieve this.

2. There is a text widget I added for a site-SSS Wednesday challenge, however when I click I am not able to link to that page.

Are you talking about the widget as shown in the attached screenshot?

If yes then it’s working fine for me linking to the page http://www.*********.com/wednesdaychallenge/

Please advise.

3. How can I feed my blog posts to facebook/automatically directly?

You can try using the following plugins to achieve this.

Best Regards,
Movin