Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #227616
    webicity
    Participant

    Is there a way to change the title “NEWS” to something else?

    https://wofseymusic.com/performances/ _Customer wants it either gone or changed to “Performances”

    #227654
    Skandha
    Participant

    @webicity: Hello there,
    To change the title you will need to create a child theme and a do a little bit of customization. Let me know if you are familiar with child theme customization.

    To remove the text ‘News’
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog #primary .section-title {
        display: none;
    }

    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘“News” title on the blog page’ is closed to new replies.