Wondering how to alter the header on the NonProfit site in design cloud. Changing color, style, or whatever wasn’t obvious to me. Theme settings? Where?
Thanks in advance!
M.
Wondering how to alter the header on the NonProfit site in design cloud. Changing color, style, or whatever wasn’t obvious to me. Theme settings? Where?
Thanks in advance!
M.
Thanks for reaching out.
The color of the Navbar set using the following custom CSS code, I would suggest you modify the following code from Theme Options > CSS.
.x-navbar
{
border-color: transparent;
background-color: #00a580;
}
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.