Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Allen

    (@amweiss98)

    can you post here a link to your site so I can see how it looks and, therefore, what you mean by different font styling? Thanks.

    Thread Starter fortes – illustration

    (@fortes-illustration)

    Plugin Author Allen

    (@amweiss98)

    ok..for some reason, on your site, the css is getting messed up…here is what I would try…if you know how to edit the plugin files, go to the /templates folder and find the templates.css file and add this

    .news-wrapper{
    font-size:12px;
    }

    this should already be happening, but I’m wondering if there is a conflict going on with your theme, which could be overriding the font styling in my plugin.

    Thread Starter fortes – illustration

    (@fortes-illustration)

    Added the string but it still doesn’t work.

    Plugin Author Allen

    (@amweiss98)

    ok…then it appears to be a theme conflict (just my best guess)…could you tell me what theme you’re using and I’ll see if I can reproduce the problem to find a solution.

    Thread Starter fortes – illustration

    (@fortes-illustration)

    I use the theme Filtered by Themetrust.

    Plugin Author Allen

    (@amweiss98)

    ok…..well, that’s a paid theme..so, looking at this using firebug I added this code and it appears to work fine – there is something in that theme that is overriding the css, so you might put !important in it

    .widget-rss-output {
        font-size: 12px !important;
    }

    Plugin Author Allen

    (@amweiss98)

    also, I would add this

    font-family: 'Open Sans';
    line-height:1.5;

    you can adjust the line height, etc. Again, this should have been picked up by the theme widget, but isn’t.

    Thread Starter fortes – illustration

    (@fortes-illustration)

    Hi Allen,

    thank you so much for the support. Now I got it right, but I found out that when the rss feed has an image the text isn’t associated with a tag, it’s inside a div, between two
    -tags but isn’t associated to <p>, or something else as I can see . Thus it goes back to the body settings. In the Filtered theme there was a css reset that said:

    body {
    	line-height: 1.0;
    }

    I changed it to 1.5 together with your suggested changes and it worked. Now I guess I’ll have to look through the design so that nothing gets to much line-height instead. But that’s really OK, because I don’t find a css reset with the line-height of 1.5 a good choice anyway.

    Once again: Thank you so much for the support. Fast and kind of you!

    /Felicia

    Plugin Author Allen

    (@amweiss98)

    Glad to hear it’s working..yes, if the rss feed is messed up (unclosed tags, etc.) it runs havoc on the CSS.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Different font styling in widget’ is closed to new replies.