-
AuthorPosts
-
September 28th, 2014 at 22:42 #27463Clare
The slider font on the Nirvana template is far too large and I can’t see where to change it. I am not a ‘coder’ so if its to edit the style sheet, please give easy instructions! thanks
October 10th, 2014 at 09:00 #27640HelenI have the smae problem…. I want to change the size of the font (and the fact its capitalised) in the sliders on the presentation page… whoever designed it… it seems a little nuts that its not on the presentation page….
October 11th, 2014 at 06:35 #27658JoseI am kind of newby too, but I think that you have to put this in front of your text for font size <font size=”number”>
October 16th, 2014 at 02:08 #27782Patricia BouweraertsHow can we get the font in the Presentation area headline to be not all caps? I’m about to change my theme out of frustration. This should be straightforward. Does anyone know how to get mixed case?
October 20th, 2014 at 22:28 #27870SarahHi folks,
I’ve just been changing these things myself (via trial and error) so I thought I’d share what I’ve done.
Patricia — to stop the theme changing the title on the slider to capitals, slap this code in your Custom CSS box (Appearance > Nirvana Settings > Miscellaneous Settings):
.nivo-caption h2 { text-transform: none !important; }
That should mean that it appears however you type it in terms of capitalisation.
Clare — using the Custom CSS box mentioned above, you should be able to change the font size of the text in the slider with:
.slide-text { font-size: 16px !important; }
Play around and change that number to get the text to a size you like. To change the size of the slider title text is a similar thing:
`.nivo-caption h2 {
font-size: 26px !important;
}Good luck!
Sarah
October 20th, 2014 at 22:29 #27871SarahSorry, let me put that last bit of code in a porper box.
.nivo-caption h2 { font-size: 26px !important; }
La.
December 10th, 2014 at 10:29 #28589MikaelHi, we want to take away the fine white line under the main caption in the sliders in Nirvana. But where and how do I do this?
December 10th, 2014 at 15:07 #28597JulieYes I would like to remove that and change the font style – which seeesm to be be in Text Settings but changes the slider too when I do it? Any ideas anyone?
December 12th, 2014 at 00:22 #28645Erik EliassonMikael. Paste this code in “Custom CSS block” under “Miscellaneous settings” to remove the thin white line.
.slider-text-separator { display: block !important; visibility: hidden !important; }
/Erik
December 12th, 2014 at 01:33 #28646Erik EliassonEDIT!
Sorry, i’m a little tired. This is correct ofcourse. =)
.slider-text-separator { display: none !important; visibility: hidden !important; }
January 25th, 2015 at 16:11 #29270JakobI also would like to change the font style of the headline text in the presentation-slider.
If I change the text-settings in Nirvana-settings I can’t change the font of the slider.The font right now doesn’t really fit into the style of my website…
February 3rd, 2015 at 19:48 #29352ECYou guys are on a roll. I’m trying to center the text line on the sliders, any ideas?
February 10th, 2015 at 22:44 #30540EricHello
I am trying to change the color of the text/title in the slider. It is currently white and cannot be changed the the Nirvana settings.
From what I understand from different topics, including this one, I would need to edit the custom CSS, and in particular the features of h2 captation. Could someone confirm?Eric
(France)February 19th, 2015 at 13:49 #30629David Ben-ZurHi,
My Website is in Hebrew. I use the RTL options and it’s all right, but I want to use different font that I bought, and I can find the way to add it.
I tried to add the “font-face” in the style.css file, but it didn’t work.
I can’t use you big selection of fonts nor the Google font.Is there any way to add New Hebrew font to Nirvana Theme?
Thank you’
DavidFebruary 20th, 2015 at 22:48 #30641EbeohpEC, there is another thread concerning centering the caption text in the slider. Adding to the Custom CSS under miscellaneous settings worked for me:
.slide-text {text-align: center !important;}You can change the color of the title and text of the slider under the Colors Settings>Presentation Page. However, one color controls them both. Does anyone know how to make the title one color and the text a different color?
You can change the font size and capitalization on the Presentation Page Settings. There is a font size pull-down menu and a check box for capitalization. Font size for the text only goes up to 30, though (I’d like mine to be larger, any ideas?) Maybe mine is a newer version from when the comment above was posted.
May 21st, 2015 at 15:48 #31911FionnIs there a way to make the font inside the slider responsive? As of now, the font in the slider does not adjust when the screen gets larger or smaller. Thank you!
-
AuthorPosts
The topic ‘Nirvana slider font’ is closed to new replies.