• Resolved bornagain79

    (@bornagain79)


    Is there a way to change the wording “What we do” that displays on my site? I want to keep the section, just remove the phrase completely, or change it. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • matt4356

    (@matt4356)

    Hiya! If you just want to disable the text, you could try this:

    #intro h4{
    font-size: 0px

    }

    That will set the font size for 0. Screen readers might pick it up, but for everyone else it will be invisible.

    If you use this:

    #intro h4{
    display:none;
    }

    It will set the text and the border below it to not display.

    To change the text to something else, you’ll need to make a child theme and change the ‘What We Do’ text in section-intro.php to what you want.

    Hope this helps and have a good day ??

    Cristian Raiber

    (@cristianraiber-1)

    Seems fixed, marking as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What We do’ is closed to new replies.