Comment to 'Featured Post Showcase Title Size'
  • Hello Adam from 1HF !

    Well, this block doesn't like the inner columns, but you may correct the size of .bx-base-text-unit-title CSS class inside any of those set:

    bx-base-unit-showcase bx-base-text-unit-showcase bx-base-text-unit bx-base-text-unit-gallery

    So it will look like:

    .bx-base-unit-showcase .bx-base-text-unit-title {

    new settings:

    }

    • Hi LeonidS,

      That doesn't seem to be working.  Here is what I have tried:

      .bx-base-unit-showcase .bx-base-text-unit-title {

      font-size: small;

      }

      ALSO, I have tried this to see if it worked:

      .bx-base-unit-showcase .bx-base-text-unit-title {

      font-size: 2px;

      }

      Is there something wrong with my syntax?

      Thanks,

      Adam

      • Hello Adam!

        Try to add the h2 there like

        .bx-base-text-unit-gallery h2 {

        font-size: smaller;

        }