Forum Replies Created

Viewing 1 replies (of 1 total)
  • csmuhammadshahid123

    (@csmuhammadshahid123)

    1. Check your theme settings: Some themes have built-in options to hide the page title or title area. Check your theme settings to see if this is the case. Look for an option like “Hide Page Title” or “Title Area” in the theme settings.
    2. Use a plugin: There are several WordPress plugins available that can help you remove the page title or title area. One popular plugin is “Disable Title.” Simply install and activate the plugin, and it will allow you to hide the page title or title area on any page or post.
    3. Use CSS: If your theme doesn’t have built-in options or if the plugin doesn’t work, you can try using CSS to hide the page title or title area. Here is an example of CSS code you can use:

    .page .page-title {
    display: none;
    }

    This code should hide the page title on all pages using the “manufacturer” theme. Make sure you are adding the code to the correct location – it should be added to the Additional CSS section of the WordPress Customizer, which you can access by going to Appearance > Customize > Additional CSS.

    I hope one of these solutions works for you! Let me know if you have any further questions

    Same issue with my client website

    website url https://dubaimoverspicker.com/

Viewing 1 replies (of 1 total)