How to edit search results page

Home Forums Gillion Theme How to edit search results page

Home Forums Gillion Theme How to edit search results page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • AndyTeck
    Participant

    Hi,

    I need to remove right sidebar on search results page. I don’t know how to do it because it’s not a page like “blog” or “home, so I can’t change it’s page layout on theme preferences.

    I don’t have any widget so the message “Please assign your widgets” is displayed.

    Example: http://aqxdemy.com/?s=obstrucción

    Can you help me? Thank you.

    Hi @AndyTeck,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .search-results #content {
        width: 100%;
    }
    
    .search-results #sidebar {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    AndyTeck
    Participant

    Thanks for you help. It works. 🙂

    I just have one more question. I use “masonry card” blog style on blog and categories page.

    Can I display it on search results page? Masonry card or another blog style.

     

    Thank you. Excellent support.

    And merry xmas from Spain. 😉

    You are most welcome here 🙂

     

    Merry Christmas!

     

    I just have one more question. I use “masonry card” blog style on blog and categories page.

    Can I display it on search results page? Masonry card or another blog style.

    To achieve this, you have to develop custom code in the child theme of the Gillion theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/gillion-multiconcept-blogmagazine-theme/19470306/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

Viewing 4 posts - 1 through 4 (of 4 total)