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

    (@amweiss98)

    If you go into the admin for the plugin, look for the tab that says shortcode parameters. There is a parameter for changing the color of the link.

    Thread Starter numerosight

    (@numerosight)

    It has “hdsize” and “hdweight”. I don’t see a parameter for headline color. The only one for color is “testyle” which works on Today or Earlier tags.

    I tried [wp_rss_multi_importer hdstyle=”color:#FF0000″] but that did not work.

    Plugin Author Allen

    (@amweiss98)

    Ok. I’ll add a parameter tomorrow so you can change the link color. I’ll let you know. Thanks

    In the meantime you could probably style with CSS using the template.css file

    Plugin Author Allen

    (@amweiss98)

    ok..here is the easiest way to change the color

    go into the templates.css file and add this:

    .rss-output a{
    color:blue; //or whatever color you want
    }

    Thread Starter numerosight

    (@numerosight)

    Thanks Allen. This worked.

    Plugin Author Allen

    (@amweiss98)

    great…now if the plugin works for you, please spend a moment and rate it by going to
    http://wordpress.org/extend/plugins/wp-rss-multi-importer/

    Hi Allen, I’m having a similar problem but the Titles are the same as the text. I tried the suggestions above but nothing seems to change. I’m looking to bold them and make them the same color as the rest of my links.

    Site: http://bigmoneynetwork.cilcks.com

    I’m using the sidebar widget.

    Plugin Author Allen

    (@amweiss98)

    ok…try this:

    .news a {

    color:blue !important; // or any color you want

    }

    note – you need to have !important in there to override your theme’s CSS

    that worked, but how do I make it bold?

    Plugin Author Allen

    (@amweiss98)

    ok..do this:

    .news a {

    color:blue !important; // or any color you want
    font-weight:bold;
    }

    now, remember, if you change the CSS like this you need to save it (go to the template options panel in the admin section) so when I push a new update (which overwrites all the files) you can restore the CSS file you are currently working on.

    Plugin Author Allen

    (@amweiss98)

    also, if you want to make the title bigger and bolder, try this:

    .news a {
    color: green !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    }

    Nope, only the color change worked. Everything else stayed the same.

    I cleared my browser cache too.

    Plugin Author Allen

    (@amweiss98)

    are you sure you’ve added this correctly, I’ve tested it and it should work…here is screen shot

    http://screencast.com/t/uOQdcfUW

    when I changed the css using firebug

    It looks like I have some kind of issue with my Chrome browser. It loaded fine in Firefox.

    I’ll have to figure my Chrome issue out.

    Thanks for your help!

    I already gave you a 5 star rating but even better yet, I’ve been multitasking and recommended it to my chat members about 15 minutes ago. someone actually asked for a configurable RSS importer.

    Plugin Author Allen

    (@amweiss98)

    Thanks. Sounds like its a caching issue. Good luck and thanks for the kind rating!

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Titles have gray color’ is closed to new replies.