Sidebar text/font manipulation – Apostrophe theme
-
I am using the apostrophe theme.
I would like to know if the Text in the sidebar widget can be edited. I would like to change the font size only for the sidebar and also remove the bullets that appear there.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
The code would change a little bit if you had other normal text in the sidebar, but dropping this code in your custom CSS area should work for what you have:
.widget-title { font-size: 20px; } .sidebar-primary li { font-size: 19px; list-style: none; }Let me know if that doesn’t work!
Sage -
-
- The topic ‘Sidebar text/font manipulation – Apostrophe theme’ is closed to new replies.