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.
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.