This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
Hi
Can you tell me how you update this section. I can’t see anywhere in documentation, reading this Forum i’ve seen somewhere about editing the theme-functions.php but this seems really silly as it would be lost every time you did a theme update.
I just want to remove the newsletter link and maybe move ‘My Account’ info to a different area.
Is there no where within theme settings that this area is customisable? Not everyone wants a Newsletter link here.
Thanks
Hello,
To avoid problem after update you need use Child Theme and make all changes there.
Also you can hide newsletter by adding the following code in custom.css file or style.css of the Child theme.
.popup_link {
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up