Bica Posted February 20, 2019 Share Posted February 20, 2019 I'm trying to change the colour of the page titles' colours however it seems I can't find it. Quote Link to comment Share on other sites More sharing options...
Administrators Jon Erickson Posted February 20, 2019 Administrators Share Posted February 20, 2019 Hello @Bica, add the following to your custom.css file: .ipsType_pageTitle { color: #000; } You can locate custom.css by logging into your ACP, proceeding to Customization -> Themes -> Edit HTML & CSS. search for custom.css under the CSS tab. Replace #000 with the HEX value of the color you are wanting, for example, white: #fffff; Quote Owner Deschutes Design Group LLC email | jon@deschutesdesigngroup.com Link to comment Share on other sites More sharing options...
Bica Posted February 20, 2019 Author Share Posted February 20, 2019 Ah thanks so much! I'm still fairly new with css, I appreciate the help. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.