Hi,

I've checked the style.css and other files but cannot figure this out. How do I make the Titles on the LEFT sidebar BOLD?

I've attached a screenshot of what I mean (eg: the green title text on the left side bar such as 'Reviews', 'Submission' and 'Site Menu' are not bold...how do i make them bold?)

Thanks.

CommentFileSizeAuthor
untitled_2.JPG31.83 KBGreenTorii

Comments

paddy_deburca’s picture

Can you add (or change) in your style.css file the following

.sidebar-left .block h2 {
  font-weight: bold;
}

Paddy.

Mad Maks’s picture

Status: Active » Closed (fixed)