How can I add a new link block in the footer without affecting the customer service block?

Hi, I want to add a list of links to pages in the footer next to my customer service block. When I try to add them it also changes the links in the customer service block, how do I add another block with links with a different title without effecting the custome service block. I am currently using the taste theme.

Thanks in advance

Angie

https://angiesartspace.co.uk/

Pass: esewlt

HI @Angiex1
Have you try to add a Quick link block with another menu?
You can try to create another menu in navigation, and in the new Quicklink block in footer you choose the new menu you created

Thank you have had to do this as a text block it wont do this as a new menu as it adds the links from the other block.

Is there anyway I can remove the lines from under the links in this block it is the Faqs block and have the font the same as the other block?

Thanks in advance

HI @Angiex1
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.footer-block a {
text-decoration: none;
}

Thank you that got rid of the lines from the Faqs block completely but now still have lines under the links in the customer service block when I hover over them is there anyway I can get rid of those lines and also have the font in both blocks the same size and listed closer together as there is a large gap between links.

Thank you in advance

Angie