Support » Theme: AccessPress Parallax » Custom Css for each section

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi there,
    You may add custom css for each section by referencing to the section id (e.g. ‘#section-7’ ) which is unique for every section. For e.g. following css rule will hide the section title for #section-7.

    #section-7 h1{
    display: none !important;
    }

    Thanks,

    Thread Starter Gerardo Garcia

    (@gerardo-garcia)

    ¡gracias! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Css for each section’ is closed to new replies.