Site logo

Archived topic

Align center 404 page text and add text to a button

5 replies · Started by Rostyslav on April 23, 2021

Viewing posts 1–6 of 6

Hello,

How can I center align the h1 text on 404 page and add text in the button like in this image?:https://ibb.co/qNsjnmT

Thanks!

Hello again,

I could align the text but the button doesn't work. I pasted the second code on my punctions.php of my child theme.

Try this CSS instead:

.error404 .search-submit:before {
    content: "Search";
}

.error404 .search-submit .gp-icon {
    display: none;
}

Bingo!

Thanks!

No problem :)

This archived topic is closed to new replies.