Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #292358

    How do I make the blog posts titles under “popular” in the combo widget white?

    Thanks,
    Sarah

    #292410

    Hi srmathis!

    Thank you for using our theme.

    In custom.css or Enfold->styling->Quick-CSS field put following:

    
    .avia_combo_widget .news-headline{
    color: #fff;
    }
    

    Best regards,
    Günter

    #297093

    I tried that but it’s still black.

    Thanks,
    Sarah

    #297108

    Hey Sarah!

    Try with this:

    .avia_combo_widget .news-headline{
    color: red !important;
    }

    Best regards,
    Josue

    #297126

    fantastic! thank you so much josue. your speed and expertise is greatly appreciated!!

    #297129

    You are welcome, glad we could help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing text color in enfold combo widget’ is closed to new replies.