NiceThemesFonts – NiceThemes http://nicethemeswp.com/forums/topic/fonts/feed/ Wed, 23 Apr 2025 13:21:37 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/fonts/#post-487 <![CDATA[Fonts]]> http://nicethemeswp.com/forums/topic/fonts/#post-487 Thu, 31 Jan 2013 05:00:15 +0000 Deltapdx 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;
}

]]>
http://nicethemeswp.com/forums/topic/fonts/#post-488 <![CDATA[Reply To: Fonts]]> http://nicethemeswp.com/forums/topic/fonts/#post-488 Thu, 31 Jan 2013 13:21:03 +0000 Juanfra Aldasoro Hello 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.

]]>
http://nicethemeswp.com/forums/topic/fonts/#post-493 <![CDATA[Reply To: Fonts]]> http://nicethemeswp.com/forums/topic/fonts/#post-493 Thu, 31 Jan 2013 16:37:41 +0000 Deltapdx Ok. 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????

]]>
http://nicethemeswp.com/forums/topic/fonts/#post-494 <![CDATA[Reply To: Fonts]]> http://nicethemeswp.com/forums/topic/fonts/#post-494 Thu, 31 Jan 2013 17:05:56 +0000 Juanfra Aldasoro No, 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.

]]>
http://nicethemeswp.com/forums/topic/fonts/#post-512 <![CDATA[Reply To: Fonts]]> http://nicethemeswp.com/forums/topic/fonts/#post-512 Fri, 01 Feb 2013 06:36:19 +0000 Deltapdx Can 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???

]]>
http://nicethemeswp.com/forums/topic/fonts/#post-518 <![CDATA[Reply To: Fonts]]> http://nicethemeswp.com/forums/topic/fonts/#post-518 Fri, 01 Feb 2013 13:39:41 +0000 Juanfra Aldasoro You 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@nicethemeswp.com ?

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/fonts/#post-520 <![CDATA[Reply To: Fonts]]> http://nicethemeswp.com/forums/topic/fonts/#post-520 Fri, 01 Feb 2013 14:14:40 +0000 Juanfra Aldasoro Sorry, 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.

]]>