[All Adaptavist Apps]

Page tree

I changed the text color of my menu bar panel to white. It works fine. But now the search-box which is on the same panel has the same imported the white color text. I want to change the text color of search-box to black. How can I do it?

  • No labels

2 Comments

  1. Unknown User (gfraser)

    Try:

    .atb-menu input {
     color: #000;
    }
    

    You might need to make your CSS more specific if it doesn't work.

    1. Unknown User (sarank2009@yahoo.com)

      Thanks a lot for your quick reply. It fixed my problem.