- Deltapdx January 31, 2013 at 5:00 am
I want to change the font in the Image Slider.
Is this the best place to change it:.flex-caption{
position: absolute;
bottom: 2%;
left: 2%;
display: none;
padding: 15px 20px 0 0;
max-width: 50%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-shadow: 1px 1px 1px black;
}.flex-caption h2,
.flex-caption p{
text-align: left;
background: rgba(0, 0, 0, 0.5);
}.flex-caption h2{
font-size: 36px;
line-height: 40px;
text-transform: uppercase;
padding: 15px;
}.flex-caption p{
color: #eee;
margin: 10px 0;
font-family: ‘Gudea’, sans-serif;
font-size: 15px;
padding: 10px;
}.flex-caption p a{ border-bottom: 1px solid #F55D2D; color: #eee; }
.flex-active-slide .flex-caption{
display: block;
}Juanfra Aldasoro January 31, 2013 at 1:21 pmHello There,
Thanks for writing. Yes, that would work.
You can set the title font here:
.flex-caption h2{ font: 'Helvetica Neue', sans-serif;}
and the font below the slider title here:
.flex-caption p{ font: 'Helvetica Neue', sans-serif; }
The next version of this theme will bring a font selector.
Best,
Juan.Deltapdx January 31, 2013 at 4:37 pmOk. Thanks.
And, do I need to download the fancybox plugin to get the gallery images to show like the demo bbq theme. Right now, I have some images in the gallery but they don’t view like the demo and I think it’s because it’s not using fancybox????
Juanfra Aldasoro January 31, 2013 at 5:05 pmNo, the theme already come packed with the fancybox script.
You need to create a page, set the Gallery template and upload photos for that page. You don’t need to insert them in the page content. Just upload them to that page. The template will make the rest.
Best,
Juan.Deltapdx February 1, 2013 at 6:36 amCan you tell me exactly where I should add that bit of code to change the font?
What’s before and after?Also, Can you take a look at the gallery page we’ve created? Not sure what we’re doing wrong. Some images show correctly and others don’t even though I’ve uploaded them in the same manner???
Juanfra Aldasoro February 1, 2013 at 1:39 pmYou have two options:
a) Put it inside the file custom.css that is within your theme files. You can put it at the end of the file. The file should be empty.
b) You can go through the theme Options Panel and use the input “Custom CSS” for that bit of code.
—
Would you please send me your site’s information to support@nicethemes.com ?
Best,
Juan.Juanfra Aldasoro February 1, 2013 at 2:14 pmSorry, the code you should use is:
.flex-caption h2{ font-family: 'Helvetica Neue', sans-serif;}
and
.flex-caption p{ font-family: 'Helvetica Neue', sans-serif; }
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.