CSS Teaser Modification
Change the Teaser Size
.dydu-teaser-brand {
height: 110px;
width: 110px;
}
Before
After
Change the Button Color
.dydu-teaser-button {
color : blue;
background-color: white;
border : 1px solid;
}
Before
After
Hide the Button
.dydu-teaser-button{
display:none;
}
Before
After
Hide the Logo
.dydu-teaser-brand{
display: none;
}
Before
After
Last updated
Was this helpful?