Home Forums Pro Themes Education Hub Pro Color Issues with the RSS Widget

Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #35013
    realdiehl
    Participant

    Hello,

    I am having some color issues with the RSS Widget. At first, the color of the font in the title was the same blue color as the background of the widget. I was able to receive assistance here from @wensolutions but am still having issues. I made the change by adding the additional css. This does, in fact, change the color of the title to white (which is what I want). Unfortunately, this changed the font color for the title of each rss article to white as well. Since the background of the articles is white, I can no longer see the name of each article. Is there a way to change just the title of the widget?

    Thank you in advance for all of your help. This is a GREAT theme and I really appreciate your support!

    Regards,
    Kurt

    #35071
    wensolutions
    Keymaster

    Hello @realdiehl,

    First of all thank you so much for the appreciation .

    And if the previously given CSS is not working then we need to change the color of the title using the id of the section which is will be unique.

    So can you post your site URL so that we could provided the precise fix to your issue ?

    Hope you understand .

    Best Regards!!

    #35146
    realdiehl
    Participant

    Hi @wensolutions,

    Thank you so much for the response! The website has a bunch of confidential information on it for my business. As such, you can’t access it without a username and password. Would I be able to just post a snippet of code?

    I hope that works for you.

    Regards,
    Kurt

    #35174
    wensolutions
    Keymaster

    Hello @realdiehl,

    Yes you can definitely post the id of the RSS widget as shown in the screen shot below .

    http://image.prntscr.com/image/aa457eec4041408fb003b49607fb7588.png

    So it would be easier for us to provide the fix.

    Hope this helps.

    Best Regards!!

    #35271
    realdiehl
    Participant

    Hello @wensolutions,

    The id of the widget is rss-3. Please let me know if you need anything else. Thank you again!

    Regards,
    Kurt

    #35274
    realdiehl
    Participant

    Hello @wensolutions,

    I played around with the coding a bit and it appears that the reason that this is an issue is because the title in the RSS Widget is a hyperlink. As such, it is treated like the other hyperlinks below where it displays the news articles. Personally, I’m ok with it the title NOT being a hyperlink and instead just being plain text. If you can’t come up with a CSS solution, the easy HTML solution would be to remove the hyperlink from the Title of the RSS Widget. That will make the theme treat it like all of the other widget titles. Just a thought. 🙂

    Of course, I am not a developer. I know just enough to be dangerous lol.

    Thank you for your help!

    Regards,
    Kurt

    #35525
    wensolutions
    Keymaster

    Hello @realdiehl,

    As the HTML structure for the RSS widget is generated from the widget itself, it is more hectic process to change the HTML structure just for the title color of the widget. It is better to use the custom CSS to target the specific RSS feed via the id as given below :

    #rss-3 h2 a {
        color: #fff!important;
    }

    Hope this Helps,

    Best Regards !!

    #35537
    realdiehl
    Participant

    That did the trick!! Thank you so much for your help!!

    Regards,
    Kurt

    #35603
    wensolutions
    Keymaster

    Hello @realdiehl,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/education-hub/reviews/

    Best regards !!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.