• Hello,

    i’d like to know how to remove the second text zone on the slider images?

    Then i’d like to know how to display the slider image only on the homepage and none on the top of articles?

    Thanks for your help

Viewing 1 replies (of 1 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    to remove the second text area:

    .flex-caption p {;
        display: none;
    }

    to remove images from the blog add the following style:

    .blog-image {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Custom theme’ is closed to new replies.