Change Logo Text Top Left

Hello. I have been trying to figure out how to change the color of logo text on the top left of Dazzling theme with no success. I’ve searched the forums and tried changing some css code and still couldn’t do it. Can anyone please tell me how to do it?

Thanks in advance.

I figured it out. Here is the code I used.

.navbar > .container .navbar-brand {
  color: #1E73BE;
  font-size: 24px;
  margin: 8px 0;
}