hi there
two small question, if i may:
1. how can i remove the page name in the tab, so that only the site name remains? See link to pic.
2. in the footer i would like to decrease the space above the social icons. So that they align better. Can you tell me how?
Grateful for your help!
Hey manuelap,
1. Please use a seo plugin like Yoast SEO to make these changes to the title. https://wordpress.org/plugins/wordpress-seo/
2. To align the social icons closer to contact info please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .widget.simple-social-icons {
margin-top:-30px!important;
}
Best regards,
Vinay