Viewing 5 replies - 1 through 5 (of 5 total)
  • DFranzwa

    (@dfranzwa)

    @skill,

    Use a child theme or custom css plugin like SiteOrigin CSS, and put this in it:

    .widget_circleicon-widget .circle-icon-box h4 {
    font-size: 24px;
    }

    Hope that helps,
    Dave

    Thread Starter SKILL

    (@skill)

    Used simple custom css. Code did not work unfortunally. Font size of the text in circle widget is stille same size as it was.

    Ankur DalsaniYa

    (@dalsaniaankur)

    Hello skill

    Open style.css file and line no 2249, CLASS name .widget_circleicon-widget .circle-icon-box p.text Change Code.

    .widget_circleicon-widget .circle-icon-box p.text {
      margin: 0;
      color: #5e5e5e;
      font-size: 17px;
      margin-bottom: 10px;
    }

    Thank you..

    Thread Starter SKILL

    (@skill)

    I put that code in the simple custom css. That works like a charm.

    Thanks for your advice!!!

    DFranzwa

    (@dfranzwa)

    @skill
    Sorry, I misunderstood. When I went to the page there was no text inside the circle icon so I thought you must have been talking about the text underneath.

    Thanks @ankur

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

The topic ‘Vantage text size circle icon widgets’ is closed to new replies.