Even in your Live Preview of Figaro, the Left Column Heading is too large. The bottom of the 'G' gets truncated. http://inkthemes.com/wpthemes/figero-theme/ I have looked on the forum, and tried pasting this code into custom CSS, but can't get anything to change in the Left column Heading... .sliderHolder1 h1 { font-size: 20px; } What code should I use for the Left Column Heading?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature-index .feature-one h1 { line-height: 40px; } You can adjust the value of "line-height" as per your requirement. This will solve your issue.
Thank You, Your support is EXCELLENT! That worked great. But can I make the left and right Font the same size? Actually make the left heading smaller, so it is the same size as the right? And how would I get rid of the picture in the right column?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-index .feature-one h1 { font-size: 24px;} Thanks & Regards Nitesh Raghuwanshi