This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Hide Title h1

9 years ago · Last reply by Alex S 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Alex S Staff 9 years, 11 months ago

    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. David Medina 9 years, 11 months ago

    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. Alex S Staff 9 years, 11 months ago

    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.

Have a different question or issue?

Start New Thread