Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #794548

    Cuando se pincha en la lupa para hacer una búsqueda, no quiero que aparezca la fecha debajo del resultado.
    Y cuando pinchas en Mostrar resultados (por ejemplo de buscar teléfono), abre la página
    Tú estás aquí:Inicio/Búsqueda de “teléfono”
    no sé como hacer modificaciones en el diseño, eliminar la columna de la derecha, por ejemplo.
    Espero que alguien pueda echarme una mano, gracias.

    #794587

    Hey MabelB28,

    To remove the date from the ajax search, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file: 

    .ajax_search_excerpt{
    display: none;
    }

    To remove the sidebar from your search results page, you can try this: https://kriesi.at/support/topic/how-to-remove-sidebar-on-search-result-page/
    Or this: https://kriesi.at/support/topic/function-to-remove-sidebar-on-search-results/

    Best regards,
    Sarah

    #802825

    One more thing about these issues.
    To delete the date is the text a little high with respect to the icon, how can I center it?
    In the link teaches to delete the bar, but not to edit it. I do not remember what I did for in the bar to put the options of the header menu, but wanted to add a few more links, how can I do it?
    Thank you very much

    #803829

    Hello, forgive the insistence, is there any solution for my previous question?

    #803833

    One more thing about this, I already removed the date in the search box of the top menu, but clicking on “Show all the results” opens a page where the date appears under each title found.
    This date also I want to remove and center the title with the icon.
    Thank you for your help.

    #804339

    Hi,

    We are very sorry for the late response.

    1.) To adjust the position of the title after deleting the date, add this one.

    .header_color .ajax_search_title {
        top: 5px;
        position: relative;
    }
    
    .ajax_search_content {
        overflow: visible;
    }

    2.) To remove the date from the actual search results, use the following css code.

    .template-search .date-container {
        display: none;
    }
    
    .template-search .entry-content-wrapper .post-title {
        top: 10px;
        position: relative;
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.