Skip Navigation

[Resolved] Product Search behind a horizontal or vertical tab and page title not showing

This support ticket is created 3 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 1 reply, has 2 voices.

Last updated by Jamal 3 years, 9 months ago.

Assisted by: Jamal.

Author
Posts
#1710933
Archive page search and title issue.png

Hi,

My client wants a few changes on his products archive page.
He wants to see more of his products and less of the top padding, page title not showing and search filters.

Is it possible to hide page title?
How can i control the top padding?
Is it possible to put the search filters behind a horizontal (or vertical) tab?.

All this to show more of the products

Thx,

#1711113

Jamal
Supporter

Languages: English (English ) French (Français )

Timezone: Africa/Casablanca (GMT+01:00)

Hello and thank you for contacting the Toolset support.

To hide the title you can use the following CSS code:

.page-id-3508 .entry-title.main_title {
    display: none;
}

To remove the top padding, you will have to overwrite the theme styles, check this screenshot hidden link
This is a sample code to use, but will work only for desktop screens:

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: none;
}

Regarding your last question Is it possible to put the search filters behind a horizontal (or vertical) tab?.
Can you elaborate a bit about it, I am not sure to understand what would you mean.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.