How can I change the slider text font style?
Changing Font in Slider?
(11 posts)
(2 voices)
-
Posted 4 months ago #
-
Hello Foppa,
Add this in Dashboard -> your theme -> General Settings -> Custom CSS,
.slide_title, .slide_content { font-family: "Verdana" !important; }Posted 4 months ago # -
Changes don't seem to be taking effect when I add that code.
I have:
.slide_title, .slide_content { font-family: "Tahoma, Geneva, sans-serif;" !important; }Everything in the slider is still a serif font.
Posted 2 months ago # -
Take the first semi colon out of your line,
.slide_title, .slide_content { font-family: "Tahoma, Geneva, sans-serif" !important; }And send us a link to your page.
Posted 2 months ago # -
Posted 2 months ago #
-
Paste the full contents of your custom CSS field here.
Posted 2 months ago # -
.jqueryslidemenu a { padding: 0px !important; margin-left: 5px; margin-right: 5px; } .jqueryslidemenu ul > li a:hover { border-bottom: 3px solid #3a491a !important; } .current_page_item a { border-bottom: 3px solid #3a491a !important; } .is_home #menu-item-18 a { border-bottom: 3px solid #3a491a !important; } .slide_title, .slide_content { font-family: "Tahoma, Geneva, sans-serif" !important; } .call_to_action { margin-top: 35px !important; } #intro .call_to_action { color: #FFC345 !important; } .right_sidebar #content_inner { background: url("images/sidebars2.png") repeat-y scroll 660px 0 transparent !important; }Posted 2 months ago # -
I see it now. The problem is that your slide title is being converted to Cufon. Try editing your skin and switch your H2 font to something else besides lindenhill to see what happens.
Posted 2 months ago # -
Changed it to a couple different ones, still no luck.
Posted 2 months ago # -
Send us a private message by clicking on the "PM this user" link beneath our usernames.
Posted 2 months ago # -
It looks like that CSS was not correct. For other customers looking into this remove the quotes from the line like so,
.slide_title, .slide_content { font-family: Tahoma, Geneva, sans-serif !important; }Posted 2 months ago #
Reply
You must log in to post.













