funkytwig Jun 20, 2019 · 10:31 am #12890 Hi, this was working but does not seem to now. Not totally sure but think there may have updated the theme recently to the latest version.
Anyway the colour at ‘Customizing ▸ Theme Design Header’ is set to grey/blue (the colour at the bottom of the picker left of purple. I show the title as black on the site. If I change colour to red that shows up on the site design. I then change it back to grey/blue and that seems to work but when Publish and look at the site they are still black.
I am using WordPress 5.2.2.
Regards,
Ben
Andrew Misplon Puro Jun 20, 2019 · 12:43 pm #12892 Hi Ben
Thanks for reaching out. Is this for your own site? If so, please, could you remove your logo, I can then see the problem live and assist from there.
funkytwig Jun 20, 2019 · 1:19 pm #12893 Sorry, should have said which website.
https://tvpp.tv
Regards,
Ben
Andrew Misplon Puro Jun 20, 2019 · 1:20 pm #12894 Thanks. What should the site title color/size be?
funkytwig Jul 2, 2019 · 2:24 pm #12934 Same as http://dev.tvpp.tv:8008/, its the standard blue from the picker (I think).
funkytwig Jul 2, 2019 · 2:28 pm #12935 Themes Design ->Top Bar are the same for both our dev (http://dev.tvpp.tv:8008) and the main version (https://tvpp.tv) but color is only correct on http://dev.tvpp.tv:8008.
Puro Support Puro Jul 2, 2019 · 4:31 pm #12936 Thanks for the update. I think we can spot the issue. Please, try adding to Customize > Additional CSS:
.site-header .site-branding h1.site-title, .site-header .site-branding p.site-title {
color: #1e73be;
}
This snippet can be removed after the next theme update.