CSS Header Modification
Change the Header Avatar Size
.dydu-header-image {
height: 100px;
width: 100px;
}
Before
After
Remove the Header Logo
.dydu-header-image{
display: none;
}
Before
After
Change the Header Text Color
.dydu-header-body{
color : yellow;
}
Before
After
Last updated
Was this helpful?