• Resolved Luv2RV

    (@luv2rv)


    Is there a way to change the Title font type and size in the sidebar to match theme defaults from legacy widgets? Gutenberg editor for title is not available to manipulate the title field. I’m assuming there would be css code that could change it, but sadly that’s beyond my skill level. Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Miguel Useche

    (@skatox)

    Thanks for using my plugin on your site.

    Sure, you can do it by adding a new CSS rule to your theme like this:

    .js-archive-list dynamic h2 { 
        font-size: 1.5em;
        font-weight: 400;
        margin: 0 0 30px 0;
    }
    Thread Starter Luv2RV

    (@luv2rv)

    Thank you for the quick response! That worked perfectly, but only after I removed the word “dynamic” from the code. With “dynamic”, the css had no effect – not sure why. But I got it looking the way I desired. Thanks again for your assistance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title font change for new JSArchiveList block’ is closed to new replies.