• nissekarlsson

    (@nissekarlsson)


    How do I change the color of the text that shows the name of the pages. The text that appears on top of the pages that shows the name of the page you are on.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Kavya Gokul

    (@properlypurple)

    Hey @nissekarlsson ! You can use some css code for this. In your site’s wp-admin, you can go to Appearance > Additional CSS, and add the following code:

    .entry-title, .entry-title a {
        color: #123456;
    }

    An alternative would be to use a plugin like this to make such changes directly in the customizer.

Viewing 1 replies (of 1 total)
  • The topic ‘Change text color for name of pages’ is closed to new replies.