Archived topic
Help with css in weather atlas widget
4 replies · Started by CRISTO on February 6, 2019
Hi,
Not a GP problem, but you guys are brilliant so maybe you can help me. I added weather atlas widget to my site at thecatholictravelguide.com but want to make the text inside the widget smaller. Asked them how, and they sent me this:
You can "play" with the CSS (a bit complicated if you are not familiar with editing the Wordpress' CSS)
e.g.
.weather-atlas-wrapper {font-size:80%}
(this would make font smaller of the entire widget)
Fortunately I have simple CSS and have used it successfully before....but does not work this time. I think they either gave me an incomplete css or just the wrong css.
Any suggestions?
Hi there,
The font size is actually added an inline style which makes it hard to use CSS:
https://www.screencast.com/t/TIeC5Pywgp
Can you not just edit the inline style?
Have you followed up with their support to see if they can provide further assistance?
Thanks, Leo.
I followed up with their support so hope to get an answer. Just thought you might have an idea.
Let me know if they can't help :)
It's generally not a great idea to try to overwrite inline style and I assume there should be a simpler way from their end.
I will definitely let you know.