How to change hover color

Mehar Naaz
Tera Contributor

MeharNaaz_0-1693473352280.png

 When i am selecting specific record,the record is gets highlighted as orange. I want to change orange hover color in the record to blue.Can somebody help me?

4 REPLIES 4

Karthiga S
Kilo Sage

Hi @Mehar Naaz 

 

You need to find the Class name of the element first.

 

Then, try this 

.your_class_name {
&:hover, &:focus {
background-color: blue !important;
}
}

 Please mark it Correct and Hit Like if you find this helpful!

i can you this in Theme Css Style script

Sohail Khilji
Kilo Patron
Kilo Patron

@Mehar Naaz , 

 

is it on the portal view or its on the native list view ?

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

It is on Portal view