rsswidget title color

  • Unknown's avatar

    Hi there,

    At the moment the rsswidget title color is black and as it appears black on black is unreadible. If I want to change the color to white like is the title color in the other widgets, it affects the color of other texts and titles. Is there a way to change just the rsswidget title color end not affect other things?

    Thank you

  • Unknown's avatar

    Hi there, I see you have used the following CSS to adjust the color of the RSS title in the RSS widget.

    .wt-layout2 .widget-title, .wt-layout2 .footer-widget-title {
        color: #fff;
    }

    Let us know if you have additional questions or problems.

  • Unknown's avatar

    Hello, thanks for your answer.
    That is correct, but that only changes the color of the widget-titles, it does not change the color of the RSSwidget-titles, they stay black. I mean the RSS-widgets that lead to other websites. It seems I can only change the color of those titles by also changing the color of other texts.

    Thanks again.

  • Unknown's avatar

    Hello,

    Are you trying to the change the color of this text?

    RSS – Berichten
    RSS – Reacties

    If so, it’s not possible to change the color of that text without affecting similar text in the same sidebar. The CSS shown below will change the text color of all Home 12 text links contained within a list.

    .home-12 li a {
       color: black;
    }

    If that changes more text than you prefer, another option is to create the RSS Widget manually by using a Text Widget. Within a Text Widget, you can add inline styling or classes that can be referenced in the CSS customizations.

    If you have any other questions, please let us know.

  • Unknown's avatar

    @fubarbaar, if the above code from @kevmarsden doesn’t get you what you wanted, his idea on adding inline CSS or CSS classes to the HTML in a text widget is a good option.

    Also, I would suggest posting in the MH Magazine Support forum where you have access to the theme designer.

  • Unknown's avatar

    Hello and thanks again,

    The RSSwidget title-colors I would like to change are not in home-12. They are in sidebar 2, on the ‘second’ page after you click on an article. Maybe I better use a text-widget instead indeed. Sounds like a good option. Just need to find out how to get the RSS in there then.

    Thanks again, and I’ll keep this in mind for future questions:
    “Also, I would suggest posting in the MH Magazine Support forum where you have access to the theme designer. ”

  • Unknown's avatar

    And @kevmarsden,

    I am not trying to change this:

    RSS – Berichten RSS – Reacties

    I am trying to change the title color of RSS-feeds, the ones that direct to other websites.

    Thanks again.

  • Unknown's avatar

    I think this will make the change you’re looking for:

    .widget-title .rsswidget {
    	color: white;
    }
  • Unknown's avatar

    You, designsimply, are an angel. I already gave up on it and tried to work my way around it by using an alternative. This is exactly what I was looking for. Thank you so much !

  • Unknown's avatar

    Great to hear! Cheers :)

  • The topic ‘rsswidget title color’ is closed to new replies.