URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create A Forum - Support Forums
  HTML https://support.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Bugs
       *****************************************************
       #Post#: 25383--------------------------------------------------
       The "Boring" Verdana Fonts doesn't completely changed,
       Is there any solution?
   DIR By: Lisa Yani
       Date: December 3, 2022, 5:29 am
       ---------------------------------------------------------
       So, I am deciding to change the font in my-owned forum from a
       really boring "Verdana" fonts to be "IBM Plex Sans", but it
       doesn't fully changed. there are screenshots while I trying to
       change the font :
       [attachimg=1]
       [attachimg=2]
       This also happens on "Last edit" section, "Attachments and other
       options", and etc.
       #Post#: 25384--------------------------------------------------
       Re: The "Boring" Verdana Fonts doesn't completely
       changed, Is there any solution?
   DIR By: CreateAForum
       Date: December 3, 2022, 8:33 am
       ---------------------------------------------------------
       Are you familiar wtih developer tools in the browser? You can
       inspect elements on the page and see what class/area in the css
       to change that would affect the font in that area.
       #Post#: 25386--------------------------------------------------
       Re: The "Boring" Verdana Fonts doesn't completely
       changed, Is there any solution?
   DIR By: Lisa Yani
       Date: December 4, 2022, 12:11 am
       ---------------------------------------------------------
       --- Quote from: CreateAForum link ---
       >
       > Are you familiar wtih developer tools in the browser? You can
       inspect elements on the page and see what class/area in the css
       to change that would affect the font in that area.
       >
       --- End Quote ---
       The font itself comes back to Verdana again when refreshing the
       page, How I can make the IBM Plex Sans fonts are maintain these
       between page refresh?
       #Post#: 25387--------------------------------------------------
       Re: The "Boring" Verdana Fonts doesn't completely
       changed, Is there any solution?
   DIR By: CreateAForum
       Date: December 4, 2022, 11:26 am
       ---------------------------------------------------------
       Are you editing the css in the style manager area to make the
       change?
       #Post#: 25389--------------------------------------------------
       Re: The "Boring" Verdana Fonts doesn't completely
       changed, Is there any solution?
   DIR By: Lisa Yani
       Date: December 5, 2022, 12:25 am
       ---------------------------------------------------------
       --- Quote from: CreateAForum link ---
       >
       > Are you editing the css in the style manager area to make the
       change?
       >
       --- End Quote ---
       I Changed all fonts in CSS in Style Manager area, but there
       still has a Verdana font right here
       #Post#: 25390--------------------------------------------------
       Re: The "Boring" Verdana Fonts doesn't completely
       changed, Is there any solution?
   DIR By: CreateAForum
       Date: December 5, 2022, 12:17 pm
       ---------------------------------------------------------
       You need to add important! to your css
  HTML https://www.geeksforgeeks.org/how-to-override-the-css-properties-of-a-class-using-another-css-class/
       The default index.min.css file is overriding yours in this case.
       #Post#: 25454--------------------------------------------------
       Re: The "Boring" Verdana Fonts doesn't completely
       changed, Is there any solution?
   DIR By: Lisa Yani
       Date: December 23, 2022, 8:20 am
       ---------------------------------------------------------
       Alright, now it's 100% changed. I just have found a solution by
       adding the below
       --- Code ---
       
       
       .smalltext {
       font-family: 'IBM Plex Sans', 'sans-serif';
       }
       
       --- End Code ---
       #Post#: 25455--------------------------------------------------
       Re: The "Boring" Verdana Fonts doesn't completely
       changed, Is there any solution?
   DIR By: CreateAForum
       Date: December 23, 2022, 9:28 pm
       ---------------------------------------------------------
       Glad you have it solved!
       *****************************************************
       Page 1 of 1