fonts bulletlist

Discussion in 'RoadFighter WordPress Theme' started by pkoekenbier, Jul 25, 2015.

  1. pkoekenbier

    pkoekenbier New Member

    Joined:
    May 8, 2015
    Messages:
    13
    Likes Received:
    0
    Hello,

    I changed the overall font of my road fighter theme, but the bulletlists didn't change. Can you please tell me how to change the fonts of the bulletlists?

    In this link you see on the bottom of the page a bulletlist with another font than the other text:
    http://kinderfysiotherapieheerhugowaard.nl/zorgaanbod/sportblessures/

    Thank you!
    Patrick
     
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    span {
        font-family: calibri !important;
        font-size: 16px !important;
    }
    Thanks,
    Praveen
     
  3. pkoekenbier

    pkoekenbier New Member

    Joined:
    May 8, 2015
    Messages:
    13
    Likes Received:
    0

    Hello Praveen,

    Thanks for your quick reply. Unfortunately pasting the code didn't change anything.

    Patrick
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    li {
        display: list-item;
        font-family: calibri !important;
        font-size: 16px !important;
        font-weight: 200;
    }
    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     

Share This Page