Home › Forums › Free Themes › Education Hub › Title in RSS Widget
Tagged: Color Contrast, RSS Widget
- This topic has 7 replies, 3 voices, and was last updated 7 years, 8 months ago by wensolutions.
-
AuthorPosts
-
November 10, 2016 at 4:58 pm #23056j.wetherbeeParticipant
The title in the RSS widget is a hyperlink. Unfortunately the class used by the tag in the class, rsswidget, is the same color as that used in the background for <h2> tag in the class widget-title. This overrides the color value in widget-title, making the title invisible. Editing the CSS for rsswidget affects the headlines in the
November 10, 2016 at 9:33 pm #23092wensolutionsKeymasterHello,
Please add the below given CSS to
Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Option and change the color accordingly.a.rsswidget { color: #cfcfcf; }
You can use this link ( http://www.w3schools.com/colors/colors_picker.asp ) to generate a hex value for your required color.
Regards.
November 11, 2016 at 11:04 am #23148j.wetherbeeParticipantThank you. I’ve played with the advanced settings before. The problem with that solution is that contrast is poor for both the title and the unordered list. The alternative would be for me to play with the background for title. If that does not work, I will take up your solution.
–jimm
March 3, 2017 at 9:26 pm #34312realdiehlParticipantHello,
I’m having the same issue as the OP. I attempted to make the suggested edit in the Advanced Options section, but I don’t appear to have an Advanced Options section (it goes from Breadcrumb Options to Reset All Theme Settings). Am I able to edit a file to have my RSS Title appear white?
Thank you in advance for any help you can provide!
Regards,
KurtMarch 5, 2017 at 11:59 pm #34520wensolutionsKeymasterHello @j-wetherbee,
If you want to change the title background then use below CSS.
For this goto Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.widget_rss .widget-title { background: #FFA500 !important; }
Hope this helps.
If you have any confusion further, please let us know.
Best Regards!!
March 6, 2017 at 12:07 am #34521wensolutionsKeymasterHello @realdiehl,
To add make any change through the CSS or want to add the additional CSS you can go to Admin Panel > Appearance > Customize > Additional CSS .
And to make the title white use below given CSS in the same location mentioned above.
a.rsswidget { color: #fff; }
The feature of Additional CSS comes with the WordPress latest version i.e (version 4.7).
Hope this helps.
And please create your own ticket to post your issue as it helps us to track down your issue easily and help you.
Best Regards!!
March 8, 2017 at 12:33 pm #35012realdiehlParticipantHello @wensolutions,
I’m still having issues. Per your request, I will start a new ticket and discuss there. Thank you for your assistance!
Regards,
KurtMarch 8, 2017 at 11:27 pm #35072wensolutionsKeymasterHello @realdiehl,
You issue has already been answered in the below link.
http://themepalace.com/topic/color-issues-with-the-rss-widget/#post-35071.
Thank you .
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.