Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1331528

    Good morning!

    I want to change the font size of the footer header (it’s too big), but: nothing works.
    If I change “h3” in the theme options, it doesn’t work.
    If I change “widget title” in the theme options, it doesn’t work.

    How can it work?
    best regards
    Susanne

    #1331538

    Hey Susanne,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #footer h3.widgettitle {
    	font-size: 10px;
    }

    and adjust the font size to suit, then clear your browser cache and any cache plugin, and check.
    If this doesn’t help please include the url to your site so we can take a closer look.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.