Navigation button on slider not showing
-
Hello,
I got a problem with my graphene slider on the home page of my web site : http://www.aircom.fr
The navigation buttons which should be shown under the slider (little circles) disappeared! I know they are still there because when you move the mouse over, you can see the cursor change into a hand, that indicate there is a link….
Any idea why I can’t see them anymore?
I also have an other quastion : how to change the size of the post title in the slider? I try to put that code in my child style.css :
.full-sized .slider_post h2 a, .full-sized .slider_post h2 a:visited {
font-size: 10px;
}But it doesn’t change anything…
Thank you very much for any help!
Admin
Quote:I got a problem with my graphene slider on the home page of my web site : http://www.aircom.frThe navigation buttons which should be shown under the slider (little circles) disappeared! I know they are still there because when you move the mouse over, you can see the cursor change into a hand, that indicate there is a link….
Any idea why I can’t see them anymore?
You’ve copied the entire codes from the theme’s
style.css
file into your child theme’sstyle.css
file. You shouldn’t do this, as it’ll cause a lot of issues, including the one you described above.Quote:I also have an other quastion : how to change the size of the post title in the slider?You’re not using a full-sized slider, hence the code you put in won’t work. Try this:
.slider_post h2 a,
.slider_post h2 a:visited {
font-size: 10px;
}
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.