1. Rayjak
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 14 July 2021
  5.  Subscribe via email
Botique template - How can I override and remove the gradient horvav background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 100%);

I have tried several things which don't work including:
.hornav > ul { background-color: #e0d993!important;
background-image: -gradient(bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0) 0%)!important;
}

https://jackh37.sg-host.com/commercial_properties/
Accepted Answer Pending Moderation
0
Votes
Undo
This did it.

.hornav > ul {
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 00%);
}
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!