- Posts: 2
- Thank you received: 0
Navigational Arrows, Font Size, Intro Text Box
-
dawnrenee
Inactive member - Topic Author
- New Member
Less
More
13 years 3 months ago #11561
by dawnrenee
Navigational Arrows, Font Size, Intro Text Box was created by dawnrenee
1.The Navigational arrows are displaying on the edge of the picture so you can only see a part of them.
2.The Navigational circles underneath are only displaying half
3.Can I change font size?
4.Can I move the position of the Intro Text Shadow Box, Resize it and change the color?
Thank you for your help.
viedrive.com (to see the site)
2.The Navigational circles underneath are only displaying half
3.Can I change font size?
4.Can I move the position of the Intro Text Shadow Box, Resize it and change the color?
Thank you for your help.
viedrive.com (to see the site)
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #11577
by ivan.milic
Replied by ivan.milic on topic Re: Navigational Arrows, Font Size, Intro Text Box
1. Arrows are white so you don't see them because of white background.
Open /modules/mod_hot_effects_rotator/tmpl/style.css
a.nivo-prevNav {
left: 10px;
}
a.nivo-nextNav {
background-position: -32px 0;
right: 10px;
}
change 10px in both entities to move them.
2. Open /modules/mod_hot_effects_rotator/tmpl/style.css
.nivo-controlNav {
position: absolute;
left: 47%;
bottom: -15px;
}
change -15 to -10
3. Font-size is inherited from your template you can use
.nivo-caption p{
font-size:...
}
4. Use
.nivo-caption{
...
}
you can move it top-down because it's absolutely positioned by adding top property (bottom of style.css):
example:
.nivo-caption{
top: 450px;
}
also use that class for resizing, background...
for text styling use:
.nivo-caption p{
...
}
Open /modules/mod_hot_effects_rotator/tmpl/style.css
a.nivo-prevNav {
left: 10px;
}
a.nivo-nextNav {
background-position: -32px 0;
right: 10px;
}
change 10px in both entities to move them.
2. Open /modules/mod_hot_effects_rotator/tmpl/style.css
.nivo-controlNav {
position: absolute;
left: 47%;
bottom: -15px;
}
change -15 to -10
3. Font-size is inherited from your template you can use
.nivo-caption p{
font-size:...
}
4. Use
.nivo-caption{
...
}
you can move it top-down because it's absolutely positioned by adding top property (bottom of style.css):
example:
.nivo-caption{
top: 450px;
}
also use that class for resizing, background...
for text styling use:
.nivo-caption p{
...
}
Please Log in to join the conversation.
-
dawnrenee
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 2 months ago #11596
by dawnrenee
Replied by dawnrenee on topic Re: Navigational Arrows, Font Size, Intro Text Box
:woohoo: :kiss: Thank you so much. You have just saved me more than you know. I'm not familiar with JS only CSS and HTML, so your response was a huge blessing.
Thank you for all you do.. and everything works great!!!!!
THANK YOU THANK YOU THANK YOU
I love this Module.
Thank you for all you do.. and everything works great!!!!!
THANK YOU THANK YOU THANK YOU
I love this Module.
Please Log in to join the conversation.
Time to create page: 0.150 seconds