Hi guys
I have tried searching the forum and also looked online to see if I can figure out how to change the colour of bullet points and the vertical line that runs between the main content and side bars on pages, but unfortunately I have not been able to figure it out.
On the Main Content tab, I have changed the Primary color which is meant to change Font color for links, dropcaps and other elements, but that did not change either of the two elements.
Is there a quick css code which will make the bullets and vertical line appear this colour please #fbc7b4
As always, your help is greatly appreciated.
Ivana
Hi Ivana!
For the sidebar try this CSS out.
.sidebar_right aside { border-left: 1px solid red !important; }
.sidebar_left aside { border-right: 1px solid red !important; }
For the bullet lists can you send us a link to your page so we can see which elements your using?
Cheers!
Elliott