• Is it possible to change the color of the font of the ‘see all our news’ button? The one in the latest news widget? My primary color is white so now the button is just a big white box. I need to be able to change the font color.

    Any help really appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    You can manage it with this simple CSS code:

    
    .widget_sydney_latest_news .roll-button {
      color: #fff000;
    }
    
    .widget_sydney_latest_news .roll-button:hover {
      color: #ff0000;
    }
    

    Add it to Appearance > Customize > Additional CSS from dashboard.

    Regards,
    Kharis

    Thread Starter gizmo1990

    (@gizmo1990)

    Thanks so much again Kharis. That’s exactly what I needed.

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change ‘see all our news’ button font color?’ is closed to new replies.