Bulletted items font

Discussion in 'Infoway WordPress Theme' started by pupwild, May 15, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    How can I change the font of bullet-ed items?

    ------------------------------------------------------


    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .fullwidth ul li {
    font-family: symbol;
    font-size: 14px;
    }
    Inplace of 'symbol' you can put your font and you can adjust the value of font-size as per your requirement.
    This will solve your issue.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .fullwidth ul li {
    font-family: symbol;
    font-size: 14px;
    }
    Inplace of 'symbol' you can put your font and you can adjust the value of font-size as per your requirement.
    This will solve your issue.
     

Share This Page