• Let me first say.. Wow, a properly coded W3C compliant plugin that does what it is suppose too! Excellent work! Really Looks GREAT! and HAPPY NEW YEAR!

    whew.. 🙂

    I was wondering if I could just change the size of the font from inheriting from theme and make it specific but not be changed when there is an update. Is there something I can put magically in my css file that will set the font-size: 14px?

    I would really appreciate your assistance. I checked the support here and got to page 4, but I am tired and it is after midnight so I decided to toss up a post and ask the question. So sorry if I missed it on an earlier page.

    Kind regards,
    Saxamo

    https://wordpress.org/plugins/wunderground/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter saxamo

    (@saxamo)

    I also noticed this little tidbit. The page renders properly but, the code in the page is stating incorrect information even though a closer look at the logo is showing no resizing.

    <img src=”http://www.miramarroyale.com/blog/wp-content/plugins/wunderground/assets/img/logos/wundergroundLogo_4c_horz.png&#8221; alt=”Wunderground.com” width=”49″ height=”22″ />

    width and height are actually 90px x 19px

    it shows up on the page as 90×19 but the view source is showing as above.. Strange..

    Thread Starter saxamo

    (@saxamo)

    I was able to change the font to something better on my theme by adding the following code to my css file.

    .wu-wrapper *{
    font-size: 15px !important;
    }

    If this is incorrect please let me know. It works fine, but I am no guru, so if there is a better way, please advise. I still have the image height and width issue, so help on that would be great.

    Kind regards,
    Saxamo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Size Change’ is closed to new replies.