Change menu text to larger size and font in header and footer

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by v4sb, Jan 28, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to change the text to Arial in the header and footer, as well as increase the size to a 12 or 14. Thank you.
     
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .wrapper_header, .ddsmoothmenu li a {
    font-family: Arial;
    font-size: 14px !important;
    }
    .footer_wrapper h6 {
    font-family: Arial !important;
    }
    .footer_wrapper a {
    font-family: Arial !important;
    font-size: 14px !important;
    }
    .copyright p {
    font-family: Arial !important;
    font-size: 14px !important;
    }
    Thanks,
    Praveen
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    This changes the font in several places, but it still does not change the font for the product description or the text that accompanies. I want the entire font everywhere in the site to be Arial and 14. Can you help? Thank you.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please provide us your website URL along with the screenshot indicating the area where you need changes.

    Thanks,
    Praveen
     
  5. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    cambridgelane.com (but it does not show the site I am working on; it redirects currently)

    [​IMG][​IMG]
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the following code in custom css.

    Code:
    body, div, p, h1, h2, h3, h4, h5, h6, a, ul, li, select {
    font-family: Arial !important;
    }
    body, div, p, a, ul, li, select {
    font-size: 14px !important;
    }
    Thanks,
    Praveen
     

Share This Page