- Posts: 3
- Thank you received: 0
Change appearance of navigation bar and buttons
-
swaggafitness
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 2 months ago #36803
by swaggafitness
Change appearance of navigation bar and buttons was created by swaggafitness
Hi,
I'd like to remove the black strip across the top of my images, and also remove the numbers within the navigation buttons.
Also, how can I specify I display only 6 or so images to display so that I don't have any empty black images showing up in the slider?
Thank you so much!
Jaclyn
I'd like to remove the black strip across the top of my images, and also remove the numbers within the navigation buttons.
Also, how can I specify I display only 6 or so images to display so that I don't have any empty black images showing up in the slider?
Thank you so much!
Jaclyn
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #36807
by ivan.milic
Replied by ivan.milic on topic Change appearance of navigation bar and buttons
Add this to main template css file:
#slide-controls{
background:none!important;
}
$slide-nav a{
color:transparent;
}
#slide-controls{
background:none!important;
}
$slide-nav a{
color:transparent;
}
The following user(s) said Thank You: swaggafitness
Please Log in to join the conversation.
-
swaggafitness
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
11 years 2 months ago #36822
by swaggafitness
Replied by swaggafitness on topic Change appearance of navigation bar and buttons
Thank you that eliminated the black strip across the top! But it didn't remove the numbers within the bullets. Can I do that?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #36828
by ivan.milic
Replied by ivan.milic on topic Change appearance of navigation bar and buttons
This:
#slide-controls{
display:none;
}
#slide-controls{
display:none;
}
Please Log in to join the conversation.
-
swaggafitness
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
11 years 2 months ago #36909
by swaggafitness
Replied by swaggafitness on topic Change appearance of navigation bar and buttons
Thank you again but this didn't resolve the problem. i added the new code into my css and it actually put the black bar back....
I replaced it with the original css you sent me so at least the black bar is gone. But I still need the numbers removed from the bullets.
Thanks again
I replaced it with the original css you sent me so at least the black bar is gone. But I still need the numbers removed from the bullets.
Thanks again
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #36916
by ivan.milic
Replied by ivan.milic on topic Change appearance of navigation bar and buttons
Send link
Please Log in to join the conversation.
Time to create page: 0.171 seconds