Hello Danielle,
You can edit the Footer content link text from WordPress Admin Panel.
What specifically you wish to edit in Footer Area.
If it is anything related to Color change or Font size change CSS would come into the picture.
Feel free to ask further questions if any.
Thanks.
There doesn’t seem to be anywhere for me to edit the footer on the admin panel… I was told I had to do this via CSS in the customise option in appearance, but I don’t have a clue how to use it.
I need to change where the testimonials are sitting to a subscribe feature. I have already done the widget for subscribe but there are speech marks that are automatically added to it because its the section for testimonials. I’m just trying to make this a blank space for the subscription widget.
It’s not the colour or font size I’m after on this occasion.
thanks for your help!
Hey Danielle,
If you don’t mind can you please share your site URL so we can understand which section you are talking about.
It will help us to better understand your problem.
Thanks.
https://carmettugs.co.uk/
Front page, footer. You’ll be able to see what I mean. I just can’t find a way of changing without the need for CSS.
Thanks!
Sorry, unfortunately, the site is not accessible at my end.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I write this kindly, please don’t be afraid to use CSS 🙂
In the “Additional CSS” section of the dashboard add this:
.footer-testimonials h4:before {
display: none;
}
https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress