• I am using the template Blog Design Studio NewBlue 1.0. on this site: https://futurepacemarketing.com/

    When I change the size of the font at the top of my homepage, it changes the font of the sidebar. How do I fix it so the sidebar is not affected bu changes to the homepage text?

    Thanks.

Viewing 1 replies (of 1 total)
  • you have the id #leftcolumn for the content part of the site, and the id #rightcolumn for the sidebar.

    when you want to change the font size, you could be more specific, for instance:

    #leftcolumn h1 { font-size:150%; }
    #leftcolumn p { font-size: 15px; }

    would only affect headlines and paragraphs in the content area.

    for more details about css styling you could check online tutorials, for instance
    https://www.w3schools.com/css/

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Font’ is closed to new replies.