Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #447674

    I’d like to change the hover color to #dd6300 of my news-headlines in my sidebar portfolio widget like on the page below.
    tried with this:
    .news-headline:hover a {
    color: #dd6300!important;
    }

    but did not work.
    Can you help with this?
    thanks
    Nancy

    • This topic was modified 9 years, 6 months ago by Munford.
    #448022

    Hey Munford!

    Please use following code instead

    .sidebar .news-headline:hover {
      color: #dd6300!important;
    }

    Best regards,
    Yigit

    #448040

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘news headline hover color’ is closed to new replies.