Nirvana slider font

  • Author
    Posts
  • #27463
    Clare

    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

    #27640
    Helen

    I 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….

    #27658
    Jose

    I 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”>

    #27782
    Patricia Bouweraerts

    How 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?

    #27870
    Sarah

    Hi 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

    #27871
    Sarah

    Sorry, let me put that last bit of code in a porper box.

    .nivo-caption h2 {
    font-size: 26px !important;
    }

    La.

    #28589
    Mikael

    Hi, 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?

    #28597
    Julie

    Yes 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?

    #28645
    Erik Eliasson

    Mikael. 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

    #28646
    Erik Eliasson

    EDIT!

    Sorry, i’m a little tired. This is correct ofcourse. =)

    
    .slider-text-separator {
        display: none !important;
        visibility: hidden !important;
    }
    
    #29270
    Jakob

    I 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…

    #29352
    EC

    You guys are on a roll. I’m trying to center the text line on the sliders, any ideas?

    #30540
    Eric

    Hello

    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)

    #30629
    David Ben-Zur

    Hi,
    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’
    David

    #30641
    Ebeohp

    EC, 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.

    #31911
    Fionn

    Is 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!

Viewing 16 posts - 1 through 16 (of 16 total)

The topic ‘Nirvana slider font’ is closed to new replies.