• Hi, I’m hoping someone can help… I’m probably classed as beginner on wordpress but I am able to do the basics in terms of editing/posting etc. but when it comes to CSS, which is a feature I haven’t come across until now, I don’t have a clue! I don’t know what it is or how it works… It wasn’t a feature on the last site I used. is there any way of removing this so I can edit the footer etc. without the need for CSS?

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter danielle08

    (@danielle08)

    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.

    Thread Starter danielle08

    (@danielle08)

    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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Make changes without using CSS’ is closed to new replies.