• Hi,

    I downloaded Speedy recently and have found it really great. I pared it back even further – I just want something simple. I want to take the search bar and associated messages right out of the site. Can you tell me how to do that?

    Many thanks,
    Sally-anne

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @sarowlands

    To remove the search bar go to Admin Panel > Customize > Additional CSS .
    Here paste the below CSS.

    .head-search-section {
        display: none;
    }

    Hope this will resolve your issue.

    If you have any problem further please let us know.

    Best Regards!!

    Thread Starter sarowlands

    (@sarowlands)

    Hi Wensolutionssupport,

    Thanks very much for your excellent advice. This has solved my problem for when I view the page on my desktop, but I still see the search bar on my Surface Pro and my iPhone. In these cases it is not at the top of the page, but is an alert at the bottom of the page that says ‘It seems we cant find what youre looking for. Perhaps searching can help.’ and the search bar appears below that. I dont understand why this is only happening on the Surface Pro and the phone… can you shed any light on this?

    Kind regards,
    Sally-anne

    Thread Starter sarowlands

    (@sarowlands)

    Hi,

    I should point out that the error with the bottom search box and message does not occur in the preview in WordPress – only in the live situation.

    I also have another question, if thats ok. Id like to change the names of the roles. I found some code which was supposed to work:

    function wps_change_role_name() {
    global $wp_roles;
    if ( ! isset( $wp_roles ) )
    $wp_roles = new WP_Roles();
    $wp_roles->roles[‘contributor’][‘name’] = ‘Owner’;
    $wp_roles->role_names[‘contributor’] = ‘Owner’;
    }
    add_action(‘init’, ‘wps_change_role_name’);

    but it doesnt. Do you know of any way to do this?

    Cheers,
    Sally-anne

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search bar’ is closed to new replies.