Okay
  Public Ticket #317963
Slider Font Properties
Closed

Comments

  • Gary started the conversation

    Hello!

    I'm wonder how I can change the size and color of the Heading and Caption on the Nectar Slider. I would also like to bold the fonts.

    The heading and caption is hard to see on the background that I chose.

  •  8,845


    ThemeNectar Support Team 

  •  1
    Tom replied

    Hey Tahir,

    Similar issue with font properties in Nectar Slider.

    When diminishing screen size, the caption font become way too small, so I add this code in custom css to get a fixed font-size (maybe I don't do it right):

    span {
    font-size:18px;
    }

    But now, the slide-count (1/3, 2/3...) gets the same font-size. How can I fix the slide-count to its original font-size (10px)?

    Thanks a lot!

    Tom

  •  8,845
    Tahir replied

    Hey Tom!

    See faq for css: http://themenectar.ticksy.com/faq/2037. Also please use this: 

     body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p span{font-size:18px;}

    Thanks 


    ThemeNectar Support Team