hello. how can I reduce the font size of block title? Id also like to center them if at all possible.

Thanks!

CommentFileSizeAuthor
#1 page.jpeg120.22 KBDeepika.chavan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Deepika.chavan’s picture

FileSize
120.22 KB

Hi,
Please try adding following CSS to your theme's "custom-style.css" file in the '/zeropoint/_custom' directory, I tried it on my local site. Please check the attachment to see how it looks.

body.bicons32 .block.themed-block .title, body.bicons48 .block.themed-block .title {
  text-align:center;
}

.block .title {
  margin: 0 0 0.25em;
  padding: 6px 0px;
  text-transform: uppercase;
  font-size:  100%;
}

Rgrds,

Deepika Chavan.

glitz’s picture

it works!

Thanks!!

Anonymous’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.