Reply To: How to change font colour in ‘Our Partners’ section March 8, 2024 at 6:05 am #48091 Grace SupportKeymaster Hi, To change the text color in Section 11 Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS add below css code #section11 .sec_content_main_title { color: #272727; } #clientlogo li span { color: #272727; } Regards Grace Themes