SLIDER SETTINGS – Title font size

  • Author
    Posts
  • #32195
    František

    after change Title/Text font size on Slider settings not efect

    #32261
    frizio

    the same problem. have you solutions ?

    #32277
    Nyk Zukowski

    This is because there is a hard-coded CSS media query in style-mobile.css:

    @media (max-width: 1680px)
    .nivo-caption h2 {
      font-size: 64px;
    }

    It needs to be manually edited in the CSS file in order to take effect.

    #32290
    Bjerke

    I am having the same issue here with the Title/Text. I went to find the style-mobile.css; however, I only have a style.css and a rtl.css

    I searced through the style.css for the code mentioned above
    @media (max-width: 1680px)
    .nivo-caption h2 {
    font-size: 64px;
    but it was not in this .css

    #32324
    Zed
    Cryout Creations mastermind

    This custom CSS (placed in theme settings) will also work:

    @media (max-width: 1680px)
    body .nivo-caption h2 {
      font-size: 48px;
    }

    We’ll improve presentation page configuration options in future versions.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘SLIDER SETTINGS – Title font size’ is closed to new replies.