Independent Publisher 2 sidebar background colour
-
Hi,
Independent Publisher 2 – looking for help with changing the right-hand sidebar background colour to black, and to change the default text font in the sidebar to white if it does not happen automatically.
Thanks.
Brian
The blog I need help with is: (visible only to logged in users)
-
Hi there, add this to your custom CSS.
#secondary { padding: 10px; background-color: #000; } -
thesacred path,
thanks for that. However, as I suspected widget titles and the text within widgets is barely legible, displaying as a grey colour. How do I change the font colour to white please?
Brian
-
Hi Brian,
This should do the trick:
/* Change widget background and font color */ #secondary { padding: 10px; background-color: #000; color: white } #secondary h1 { color: white; } -
- The topic ‘Independent Publisher 2 sidebar background colour’ is closed to new replies.