Topic Resolution: Resolved
  • Closed
  • Valerie
    Spectator
    March 17, 2019 at 9:22 am #43310

    Hello,
    Could you tell me how to increase the size of the font of the breadcrumbs and of the social icons after an article? Thank you.

    Roman
    Spectator
    Posts: 3147
    March 17, 2019 at 11:34 am #43316

    Hi,

    here you go, Additional CSS:

    .breadcrumb {
        font-size: 1rem;
    }
    
    .share-this .icon {
        height: 2rem;
        width: 2rem;
    }
    Valerie
    Spectator
    Posts: 40
    March 17, 2019 at 12:23 pm #43320

    Thanks a lot, Roman! 🙂

    Roman
    Spectator
    Posts: 3147
    March 17, 2019 at 12:41 pm #43323

    you are welcome 😉