Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #715675

    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!

    #715764

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.