Is it possible to change the font style (lettertype: Century Gothic) on the primary widget area, marked in red? I also marked the menu color blue because I would like to change that color. Thank you.
Hi maggie! Please use the css code given below. Code: .sidebar ul li { font-family: Century Gothic !important; } #menu li.current-menu-item a { color: red !important; } Thanks, Praveen