• Hello to everyone a need a little help with evolve theme.

    I’m using the theme as a website, the parallax slider is active only in the first page, and i would like to reduce the height of the slider, but i can’t find where to reduce it.

    another question it’s about another page, i don’t want that the title appear, but if i don’t put the title, the page don’t appear in the navigation bar, there is a way to take out the title of the body page but maintain it at the navigation menu?

    Thanks in advanced for any help that you can provide.

    Rui

Viewing 1 replies (of 1 total)
  • The slider has a min-height of 300px

    If you don’t already have a Child_Themes or a custom.css you should install a plugin like custom CSS plugin then add the following to the custom css area.

    .da-slider {
    min-height: 200px;
    }
    
    .entry-title {
    display; none;
    }

    Change the 200 accordingly

Viewing 1 replies (of 1 total)
  • The topic ‘Evolve Editing theme’ is closed to new replies.