Penci Design replied
Hi,
Please go to Customize > Addtional CSS, then add custom css to do that
Change text color on topbar
.penci-topbar,.penci-topbar a, .penci-topbar ul li a{ color: #fff; }
change text hover color on topbar
.penci-topbar a:hover , .penci-topbar ul li a:hover{ color: #1e73be; }you can change color to any color you want you. You can get color color here
Best Regards,
PenciDesign