Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #292949

    Hi guys,

    How can I change the size of it?

    Kind Regards,

    Chapdes

    #292952

    Hi chapdes!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .av_dropcap2 { font-size: 24px; }

    Regards,
    Yigit

    #293473

    Hi Yigit,

    The code does increase the size of the font, but not the size of the background coloured circle.

    How can I increase the size of the circle?

    Danke!

    #293509

    Hi!

    Please use this:

    .av_dropcap2 {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    margin: 4px 8px 0 0;
    border-radius: 100px;
    font-weight: bold;
    }

    Regards,
    Ismael

    #293987

    It works super!!

    Thanks guys for your quick support!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘SIZE OF DROPCAP 2 (Colored Background)’ is closed to new replies.