Remove read more button and catergories on the homepage, social media icons

Hi
I am having difficulty making a few custom changes on my website. I have listed the major issues below;

  1. I have been having difficulty removing the read more button on my homepage. I do not want it to display on the post .
  2. I also tried having the social media icons in the menu but it is not displaying. I would like this to display on the top left next to the search bar.
  3. The category name displays on the feature slider images on the homepage, I would like to have this removed.
    I have included a link to my website here where you can see what I am referring to.
  4. I am also not sure why the word “untitled” is showing on the homepage either, and would like to remove this as well.
    http://itsajewel.co.za/
    Thank you.

Hi @melwip,

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

1. I have been having difficulty removing the read more button on my homepage. I do not want it to display on the post .

This button on your site is displayed by Visual Composer plugin and not theme so please remove it from the plugin settings.

And if you can’t then you can try removing 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

body.home .entry-content a.vc_gitem-link.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    display: none;
}
2. I also tried having the social media icons in the menu but it is not displaying. I would like this to display on the top left next to the search bar. 3. The category name displays on the feature slider images on the homepage, I would like to have this removed. I have included a link to my website here where you can see what I am referring to. 4. I am also not sure why the word “untitled” is showing on the homepage either, and would like to remove this as well.

To help us keep support thread separates could you please create new thread for each of your other questions here Activello - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin