Viewing 4 replies - 1 through 4 (of 4 total)
  • The font that is used it set through the theme, and is much smaller then normal fonts when they are set to 16px. One way to change this is to edit the main.css in your theme, and add this

    #nwm-destination-list h2 {
    font-size: 24px !important;
    }

    Thread Starter cpthatsme

    (@cpthatsme)

    Awesome!!

    That solved the header size…how about the
    “Los Angeles, United States January 31, 2014” part though? Is that considered header h3?

    THANK YOU!

    I think that can be fixed with this line, but then it will be to height and push the date under the location image.

    #nwm-destination-list h2 span {
        display: block;
        font-size: 20px !important;
        font-weight: normal;
    }

    You can try to make the h2 itself a bit smaller as well and see if that fixes it.

    #nwm-destination-list h2 {
    font-size: 22px !important;
    }

    Hi there!

    Love the map too! We are trying to fix it for our website and have encountered the same problem, I have managed to change the font size of the post title and place as suggested above, but this does not change the font size of the text below, would you be able to change that through CSS as well?

    Here is the link to help: https://www.funnelogychannel.com/map/

    I have another question on map size, but will start a separate thread on that.

    Thank you very much!

    Gabriella

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increase font size for Article Titles/Post locations in the slider’ is closed to new replies.