• Resolved cyklokopce

    (@cyklokopce)


    Hi, this is my standard page, with sidebar:

    https://www.cyklokopce.sk/novinky/

    There are 4 widgets in the sidebar and it is driving me crazy that the first text for Strava widget has different font than titles for other three widgets… for FB, new articles and comments. Could you please help me how to change font of the upper text so it will match other three titles?

    If it is complicated, I would rather accept different formatting for all four titles, as long as they will be the same!!

    Thank you very much. Daniel

Viewing 4 replies - 1 through 4 (of 4 total)
  • Dear Daniel,

    Thank you for reaching out to us here. I noticed the widget title has left blank on your first widget where you put the Strava statistics. Please edit it, then move the text (CYKLISTIKA JE PRE…) into the title field.

    Regards,
    Kharis

    Thread Starter cyklokopce

    (@cyklokopce)

    Thank you for answer. The problem is I cannot edit Strava Widget itself, nor its widget title field… I can only embed the widget as it is and write the text above it through SiteOrigin Editor Widget.

    Really, I checked everything and there is no edit tool to access Strava widget title. That’s why I thought there might be some Custom CSS code that would adjust the text written in SiteOrigin Editor Widget…

    Hello there,

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    #sow-editor-3 .textwidget > p{
       font-family: 'Georgia';
       font-weight: 600;
       font-size: 16px;
       color: #767676;
    }
    

    Regards,
    Kharis

    Thread Starter cyklokopce

    (@cyklokopce)

    That’s just PERFECT! Thank you so much…
    Daniel

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font in sidebar’ is closed to new replies.