-
AuthorPosts
-
freissmann Developer
freissmann
- Join date:
- February 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 71
- Thanks:
- 79
- Thanked:
- 29 times in 1 posts
March 28, 2012 at 3:19 pm #175510Hi,
we need to achive the following two adjustments within the slideshow module (see attachment).
1. Change the “yellow stars” to white squares (somehow its not that easy?!)
2. Change the color of the small triangleLink to dev-site here.
Any ideas?
Thanks in advance!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 28, 2012 at 3:37 pm #446137Greetings Frank:
For the blue arrows within your slideshow item list, look to the following path –> /templates/ja_ores/css/typo.css
at line 110, you will see the following:
<blockquote>ul.bookmark-links li {
background: url(../images/arrow.png) no-repeat 0px 10px !important;
border-bottom: 1px dotted #e6e6e6;
padding: 5px 0 5px 10px !important;
}
</blockquote>This is what is generating those arrows. As you can see, you can modify the item within the “background” property
As for the stars within the slideshow images themselves, look to line 90 within the same CSS file indicated above:
<blockquote>ul.checklist span.icon, ul.star span.icon, ul.arrow span.icon,
ul.address span.icon, ul.phone span.icon, ul.email span.icon {
background-image: url(../images/icons/icons-sprites-silk.png);
/*background-image: url(../images/icons/icons-sprites-tango.png);*/
background-repeat: no-repeat;
width: 18px;
height: 18px;
display: block;
position: absolute;
top: 0;
left: 0;
}
</blockquote>As you can see, the arrows are icons that can/should be found within your images/icons folder.
You can modify the icon image accordingly – replacing the star(s) with an image icon of your choosing.Hope That Helps
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by TomC 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Slideshow adjustments
Viewing 2 posts - 1 through 2 (of 2 total)