Need to change font size

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by v4sb, Apr 14, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Hi. I previously changed my overall font to a Google Font and added the custom CSS to do so. This worked fine. However, now I need to make the overall font of everything in the site, including the blog and shop pages to be a size 14. Can you give me the custom code to make this happen?

    I currently have the following custom CSS:

    body, a, p, h1, h2, h3, h4, h5, h6 {
    color: #4E004C !important;
    }

    and


    body, a, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    }

    ul#menu-footer-menu li a {
    font-family: 'Raleway', sans-serif !important;
    }
    ul.product_list_widget span, ul.product_list_widget li a {
    font-family: 'Raleway', sans-serif !important;
    }
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, V4sb!

    You can use the CSS code given below.
    Code:
    body, div, ul, li, span, a, p, h1,h2, h3, h4, h5, h6 {
     font-size: 14px !important;
    }
    But, I will recommend you not to make such changes because it could mess up the whole page and also make your website looks weired.

    Thanks,
    Praveen
     

Share This Page