• My website is: https://tailoredbydesignllc.com/

    How do I:

    1. Remove the text “Test” from the homepage? It is a “Heading.”

    2. Remove the “Call to Action” button at the bottom of the homepage?

    3. Add spaces between the paragraphs of the “About us” page?

    Thank you!

Viewing 1 replies (of 1 total)
  • 1.
    Add this to your child theme’s style.css

    body h3.fl-cta-title {
      display: none;
    }
    
    .fl-cta-button {
      display: none;
    }

    2. In the post editor of “About us” page, add the spaces between paragraphs.

Viewing 1 replies (of 1 total)
  • The topic ‘Delete Text,’ is closed to new replies.