Comments on: How to Use the Yoast FAQ Block https://www.foodbloggerpro.com/blog/yoast-faq/ Start and Grow Your Food Blog Wed, 07 Feb 2024 16:25:32 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Emily @ FBP https://www.foodbloggerpro.com/blog/yoast-faq/#comment-89883 Wed, 07 Feb 2024 16:25:32 +0000 https://www.foodbloggerpro.com/?p=109681#comment-89883 In reply to Kathy Marshall.

While we usually recommend using as few plugins as possible for site speed purposes, this is definitely a nice feature to have! This is the plugin we’ve recommended previously: https://wordpress.org/plugins/faq-schema-block-to-accordion/

]]>
By: Kathy Marshall https://www.foodbloggerpro.com/blog/yoast-faq/#comment-89796 Tue, 06 Feb 2024 21:47:35 +0000 https://www.foodbloggerpro.com/?p=109681#comment-89796 Hey what do you think about using one of the plugins to make the Yoast FAQ block collapsible?

]]>
By: Maxtern https://www.foodbloggerpro.com/blog/yoast-faq/#comment-76614 Mon, 15 May 2023 17:00:14 +0000 https://www.foodbloggerpro.com/?p=109681#comment-76614 Can I set a custom design or change the colors.

]]>
By: Emily https://www.foodbloggerpro.com/blog/yoast-faq/#comment-75500 Wed, 05 Apr 2023 14:16:37 +0000 https://www.foodbloggerpro.com/?p=109681#comment-75500 In reply to Erica.

Hi Erica!

You can this:

Go to Customize (not on the post, but the whole site page) –> Additional CSS, and to change the background color, you could add some CSS like this:

.wp-block-yoast-faq-block {
background-color: grey;
}

Hope that helps!

]]>
By: Erica https://www.foodbloggerpro.com/blog/yoast-faq/#comment-75393 Thu, 30 Mar 2023 20:52:48 +0000 https://www.foodbloggerpro.com/?p=109681#comment-75393 Thank you for this! I added a FAQ block and would really love background color around it like the way you have it above. I don’t know what CSS is or how on earth to do it, could you provide the code to get the background color? Sorry, I’m so new and just terrible at writing code and stuff!

]]>
By: Emily https://www.foodbloggerpro.com/blog/yoast-faq/#comment-75354 Wed, 29 Mar 2023 13:38:22 +0000 https://www.foodbloggerpro.com/?p=109681#comment-75354 In reply to Sara Rodriguez Bravo.

Hi Sara! Unfortunately, there is no easy way to adjust the size/style of the FAQ headers (read more here). If you’re handy with code, you can try adding some CSS to customize your FAQ block. There are a few links in the blog post I linked to that can help. Leslie also had success adding this to the Additional CSS area:

.schema-faq-question {
font-size: 1em;
display: block;
margin-bottom: 7px;}

Hope that helps!

]]>
By: Sara Rodriguez Bravo https://www.foodbloggerpro.com/blog/yoast-faq/#comment-75302 Mon, 27 Mar 2023 10:29:48 +0000 https://www.foodbloggerpro.com/?p=109681#comment-75302 In reply to Leslie.

Hi Leslie! I would love to make the FAQ headers bigger and also make them H3. How can I do that?

Thanks!

]]>
By: Leslie https://www.foodbloggerpro.com/blog/yoast-faq/#comment-69239 Wed, 07 Dec 2022 14:07:38 +0000 https://www.foodbloggerpro.com/?p=109681#comment-69239 ]]> In reply to Natasha.

That’s awesome! So glad I was able to help. 😊

]]>
By: Natasha https://www.foodbloggerpro.com/blog/yoast-faq/#comment-69048 Thu, 01 Dec 2022 19:31:25 +0000 https://www.foodbloggerpro.com/?p=109681#comment-69048 In reply to Leslie.

Thank you SO MUCH! It worked! I see now what Rae’s issue was, too. She tried entering the code into the Additional CSS in the post but if you go to Customize the whole site page then there you can add the Additional CSS which solves the problem. I also tried the Additional CSS in the post in the FAQ block editing section but it did not do anything. Thank you again!

]]>
By: Leslie https://www.foodbloggerpro.com/blog/yoast-faq/#comment-68940 Tue, 29 Nov 2022 22:38:37 +0000 https://www.foodbloggerpro.com/?p=109681#comment-68940 In reply to Natasha.

Hey, Natasha!

I just took a look at your post, and I think this CSS might work. Can you try adding it in and see if it does the trick?

.schema-faq.wp-block-yoast-faq-block {
font-size: 20px;
}

Let me know!

]]>