Site logo

Archived topic

BLOCK STYLING

5 replies · Started by Asiya on May 29, 2020

Viewing posts 1–6 of 6

Is there a master CSS that holds the block system elements such as highlighted words, button colors, etc- Where do I find this?

Can you have multiple containers per page or is it best to have one container and add everything to that one container?

Also on this page: https://byasiya.com/2020/05/spiralized-zucchini-pad-thai/
I cant figure out how to remove the huge space between the title and the image. On the design page, it shows no gap so I believe there must be spacing code for the blog title- I just dont know where to find this. Thank you!

The spacing worked!!! THANK YOU!!!!

Can you have multiple containers per page or is it best to have one container and add everything to that one container?

Also for this same page I am having trouble customizing the font for the recipe. Im using Wp recipe maker and they have a space for custom CSS.

I tried adding in

p {
font-family: 'ComfortaaRegular';
font-weight: normal;
font-style: normal;
}

Any tips would be super helpful!

Hi there,

you can add as many Container Blocks as you need.

Looks like the recipe plugin has a 'chic' template applied. Try this CSS Selector to style the font:

.wprm-recipe-container .wprm-recipe-template-chic {
    /* Recipe styles here */
}

THANKS!!! I appreciate your help david
I added .wprm-recipe-container .wprm-recipe-template-chic {

font-family: Comfortaa

}
to the ADDING CSS part of the website. It changed part of the recipe but not all of it.
What am I doing wrong?

As for containers-is there a reason to have one verses many?

Can you specify which part you are referring to?

This might be something you need to check with the plugin support.

This archived topic is closed to new replies.