Can I change the look of the titles in the main sidebar?
Hi Gavin,
You do change it through custom CSS. Please add this code in X > Theme Options > CSS:
.x-sidebar .h-widget {
color: #000;
}
Feel free to customize the code further.
Hope this helps.
This worked perfectly. Can I change the color of the square as well?
Hello Gavin,
Thanks for updating the thread.
Sure, please update the code with following to change border color:
.x-sidebar .h-widget {
border-color: #17A8E3;
color: #17A8E3;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.