Home>Support>Hide Title h1

Hide Title h1

Hi everyone,
Could you tell me how can I hide title with h1 tag in Site Origin Slider widget… Specifically I would like hide “Servicios de Estrategia” in http://roiproyectos.com/servicios/servicios-de-estrategia/

Thanks in advance!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 7 months ago Alex S
    Hi, I Work Here

    Hi David,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code,

    Just that page:

    .post-119 .title-post {
        display: none;
    }
    

    Globally hide it:

    .title-post {
        display: none;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 7 months ago David Medina

    Thanks Alex this plugin is very functional, I did it globally, but now two questions more:
    1. How can I decrease space of this titles, there is a lot of space before text
    2. I can`t edit `titles in CSS Editor because it only displays options of main page but not of child pages.

    Thanks in advance!

  3. 8 years, 7 months ago Alex S
    Hi, I Work Here

    Hi David,

    To reduce the spacing of elements you typically just need to adjust the margins. I can’t seem to spot anything that suggests it’s an element. Could you provide an example?

    To navigate to another page, click a link and then look for the link above the inspector. Click that link to be taken to that page.

    Capture

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More