-
|
I am using AdminLTE-3.2.0-rc.
I tried to change into but it change the whole sidebar color. How do I achieve this? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
dfsmania
May 11, 2022
Replies: 2 comments
-
|
Simply add |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
For example, if you add <a href="index3.html" class="brand-link bg-teal">
<img src="dist/img/AdminLTELogo.png" alt="AdminLTE Logo" class="brand-image img-circle elevation-3" style="opacity: .8">
<span class="brand-text font-weight-light">AdminLTE 3</span>
</a>You will get... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
REJack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

For example, if you add
bg-tealclass to the.brand-linkelement, as in the next example:You will get...