Hi:
Will like to change the colors of Custom Module Titles.

Adapting the template to other topic and in my case want or black or lime green to gray.

Thanks.

Edfel

7 days later

Hi Edfel,

You can override this custom CSS rule and change to your desired color:

.section-title.text-normal span {
    color: #c21653 !important;
}
.section-title.text-normal span:before {
  background: #c21653 !important;
}
Write a Reply...
You need to Login to view replies.