Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Aisforabigail,

    You can increase the icon size using the provided CSS selectors.

    As an example, to increase the size of the icons associated with each announcement, you would do :

    #cd-timeline .fa {
      font-size: 3em !important;
    }

    Remember the !important tag on the font size declaration. The above code will need to go in your active theme style.css file before it will take effect.

    Thanks,
    Evan

    Thread Starter aisforabigail

    (@aisforabigail)

    thanks for great support!

    great product!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘icon size’ is closed to new replies.