Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #839825

    Hi,

    When I run a search, the search result numbers are overlapping with the headings.

    Could you let me know how I can either remove the numbers or change the formatting, so that the numbers and text do not overlap?

    Here is an example

    https://www.selfhelpforlife.com/?s=confidence

    Thanks

    Paul

    #839912

    Hey Paul,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .search.search-results .content .entry-content-wrapper {
        padding-left: 75px !important;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #839919

    and maybe you like the shadow and the border a bit more bigger and in the blue of the headings:

    .search-result-counter {
        box-shadow: 0 0 5px 0 rgba(9, 93, 161, 0.6);
        border: 2px solid #095DA1 !important;
    }

    but btw. what did you do with the headings – normaly it is usefull to have a link to the found pages/posts of search.

    #840240

    Hi,

    Thanks for helping out @guenni007. Did you try the suggestions above @paultho?

    Best regards,
    Rikard

    #842795

    Sorry for not replying earlier.

    VIctoria’s custom CSS fixed the issue.

    However as @guenni007 pointed out, the headings in the search results do not hyperlink to the page or post. Could you help me fix that? – Let me know if you need my WP login details?

    Thanks

    Paul

    #843011

    Hi Paul,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .search.search-results  .entry-content-wrapper .post-title {
        pointer-events: initial;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #843014

    Yes that worked. Thanks very much Victoria.

    #843081

    Hi Paul,

    Glad we got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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