Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 19, 2016 at 2:16 am #995440Hi,
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 Friendpagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
December 22, 2016 at 11:45 am #996675Thanx
one little thing is still there , the black square behind the rotator.
I delete logo.png and logo1.pngregards
Rob
pagefactory Friendpagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
December 22, 2016 at 11:53 am #996677Oke I found it in the template.css delete logopart
regards and a good christmas time
Rob pagefactory
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by pagefactory 7 years, 10 months ago.
The topic ‘delete three parts in template, how best to do ?’ is closed to new replies.