How do I change the searched word highlighted color?

Re: How do I change the searched word highlighted color?

by Alex Briones -
Number of replies: 0

Thanks Mary ! Works perfectly.

This is how you do it:

Go to this page: http://yoursitename/moodle_crg/admin/settings.php?section=theme_essential_generic

In the Custom CSS box, add the code and change the color accordingly, for example:

.highlight {

    background: none;

    background-color: yellow;

}