Hi,
In the Pro version you can choose any theme color:
http://galussothemes.com/wordpress-themes/ribosome-pro
thats one way, here is another way 😉
click appearance –> custom css
clear it if you never used it before
and put this,
.site {
background-color: #fff;
}
or try
.site {
background-color: RGBA(0,192,255,0.13);
}
for transparant colors.
Hi
Looking for the same here.
The CSS changes the background colour of the theme — the four standard colours change the highlighted top bar, current active link, widget title highlights, post titles and a few more.
I would also like to over ride the four built in colours to a custom hex.
Cheers
Glen
Ok – so I got there by editing the colour choices in ribosome-lite-customizer.php directly, replacing all incidents of “Blue” with my colour choice.
Cheers
Glen