Okay
  Public Ticket #455853
Font resizing in Nectar slider
Closed

Comments

  • Denise started the conversation

    ThemeNectar - I love this theme. Everything is working great and my site is just about done, except that I can't get the fonts to resize in the Nectar slider and page headers, no matter what I select in the typography settings. Help? Thanks!

  •  8,851
    Tahir replied

    Hey ,

    You seem to have some custom css that is overriding the typography css. Please remove it from the Custom CSS box.

    Thanks


    ThemeNectar Support Team 

  • Denise replied

    Thanks Tahir. I removed the CSS but still the font sizes are static. Very strange. Is there anything else that you see?

  •  8,851
    Tahir replied

    Hey Again,

    Try clearing your browser cache. Also i cant view the site anymore to confirm if the custom css is removed on the frontend or not.

    Thanks


    ThemeNectar Support Team 

  • Denise replied

    Hi Tahir -

    Sorry, I moved the site to my root and forgot to let you know. It\'s now at deniseklarquist.com. I cleared the cache and css (which I had previously added in the general settings trying to fix the issue) but the problem still persists. I can adjust the weight on the Nectar slider heading, but the size won\'t change. The other type elements (body, headings) seem to work. Thanks

  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .swiper-slide .content h2 {
        font-size: 60px !important;
        line-height: 80px !important;
    }
    @media only screen and (max-width: 1000px) and (min-width: 690px) {
        .nectar-slider-wrap[data-full-width=\"false\"] .swiper-slide .content h2, #boxed .swiper-slide .content h2 {
            font-size: 22px !important;
            line-height: 40px !important;
        }
    }

    Try adjusting the values in here .

    Thanks


    ThemeNectar Support Team 

  • Denise replied

    Hi again...

    I added the code to the Custom CSS Cod box in the Salient general settings, still no change in the slider heading size. I tried changing the px sizes in the code you sent but no change. There weren\'t any red x\'s. I\'m baffled. Let me know if you need access to anything to try to debug the issue.

    Thanks again!

  • Denise replied

    Oops - take that back. Your change does work! Not sure why it wasn\'t showing initially this morning but now I do seem to have size control.

    Thanks again! We can close this ticket,

    Denise