Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2217224
404 error page
Closed

Comments

  •  1
    Adrianne started the conversation

    Hello and as always, thank-you. 

    Is it possible to increase the search box and font on the 404 error page, so if users do land there, they can navigate back out easily?

    Attached screen shot. 

    Cheers, appreciate it. 

    Adrianne 

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .error-404 form#searchform input.search-input {
        width: 100%;
        max-width: 500px;
        padding: 18px 40px 18px 20px;
        background-position: 95% 18px;
        font-size: 16px;
    }
    .error-404 .go-back-home a{ font-size: 16px; }
    

    Best Regards,

    PenciDesign