Change font size in sidebar

Hi everyone, maybe someone can help me with the following: I’m using the Lander Pro theme with RW8. I want to change the font size of the sidebar to a smaller size but I only seem to be able to do this with the “smaller” option in the menu. This however makes the size too small. Is there a CSS code I can use?

Can we see the website? This would help provide the correct CSS.

Try this

#sidebar { font-size: 26px; } #sidebarContainer .sideHeader { font-size: 40px; }

Just set the font sizes to your needs.

2 Likes

That’s exactly the code that I was looking for, thank you!!!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.