Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #366867

    Towards the bottom of my page I have a blog list element displaying recent news updates. I’d like to change the color of the text in the element so that it can be white.

    In addition, I’d like the link color to change on hover. How can I do this?

    #366934

    Hi NLPSEO!

    Can you please point out the section? I could not find it on your home page. There is “NEWS & EVENTS” but without content

    Best regards,
    Yigit

    #366941

    Sorry! I had them hidden. They should be there now.

    #366945

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home div#av-layout-grid-1 .slide-entry-title a {
    color: white;
    }
    .home div#av-layout-grid-1 .slide-entry-title a:hover {
    color: red;
    }

    Regards,
    Yigit

    #366952

    That did the trick! Thanks so much!

    One more question: How would I also change the value of the extra data such as the read more link and the info text below the title?

    • This reply was modified 9 years, 11 months ago by NLPSEO.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change text in Blog List Widget’ is closed to new replies.