How Can We Help?

Search for answers or browse our knowledge base.

< All Topics
Print

Header 14: To apply CTA background color on mobile devices

To apply the background color on the last menu child on mobile same as desktop view please add the following CSS in Divi Theme Options


@media screen and (max-width: 980px) {
.dfh-14 .et_mobile_menu li:last-child a {
background: #257C3C;
}
}