• I’m using Elegant Themes and I can’t figure out how to change the font size in the sidebars. I was able to change it in one of the sidebars, but not the other. I’m trying to make the fonts larger so they are easier to read and are closer to the same size as the font in the main page.

    https://www.fxgamecenter.com

    The style.css doesn’t really tell me anything. The style-Rust.css has a lot of different areas to look, but I haven’t figured out how to solve this problem.

Viewing 1 replies (of 1 total)
  • Thread Starter heeby89

    (@heeby89)

    This is from the sidebar section of the style-Rust.css . What does the h1 stand for?

    .sidebar-box h1 { font-size: 13px; color: #FFF; font-weight: normal; text-transform: lowercase; font-weight: bold; font-family: Trebuchet MS; background-image: url(images/h3-bg.gif); background-repeat: no-repeat; background-position: left; width: 256px; height: 25px; padding: 5px 0px 0px 17px; margin: 0px 0px; }

    Here is another part of the code in that section:
    body { line-height: 20px; font-family:’Droid Sans’,Arial,Verdana,sans-serif; font-size: 11px; background-color: #ffffff; }
    .sidebar-box h2 { font-size: 13px; color: #FFF; font-weight: normal; text-transform: lowercase; font-weight: bold; font-family:

Viewing 1 replies (of 1 total)
  • The topic ‘Where exactly in style.css can I change sidebar font’ is closed to new replies.