Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #995440

    Hi,

    You can apply my solution below to solve your question

    • the rotator

    Open templates/ja_lens/css/template.css file find and remove the CSS style below

    #logo h1 a:hover {
      -webkit-animation-name: rotate;
      -webkit-animation-duration: 0.5s;
      -webkit-animation-iteration-count: infinite;
      -webkit-transition-timing-function: linear;
      -moz-animation-name: rotate;
      -moz-animation-duration: 10s;
      -moz-animation-iteration-count: infinite;
      -moz-transition-timing-function: linear;
    }
    • the grid icons

    Open templates/ja_lens/themes/light/css/theme.css file find and remove the CSS style below

    #toolbar-layout dd#toolbar-layout-l span {
        background: url(../images/icon-linear.png) no-repeat left top;
    }
    • the masonary row without the text

    Open templates/ja_lens/css/template.css file and add new CSS style

    div#item-more {
        display: none !important;
    }

    Hope it helps

    Regards

    pagefactory Friend
    #996675

    Thanx

    one little thing is still there , the black square behind the rotator.
    I delete logo.png and logo1.png

    regards

    Rob


    1. square
    pagefactory Friend
    #996677

    Oke I found it in the template.css delete logopart

    regards and a good christmas time

    Rob pagefactory

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  pagefactory 7 years, 9 months ago.

The topic ‘delete three parts in template, how best to do ?’ is closed to new replies.