Site logo

[Support request] Global Style CSS

Home Forums Support [Support request] Global Style CSS

Home Forums Support Global Style CSS

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

    I cannot seem to find something in the Global styling section. I believe I followed a tutorial video from GP where it explained how to say, select a caption for all images on the site and give it some padding. It’s not under Global Style. Can anyone point me to where I may find this.

    #2084054
    Elvin
    Staff
    Customer Support

    Hi Ian,

    If by “Global style” you meant global styling from the theme’s customizer settings, the only global styling the customizer has would be the colors. https://generatepress.com/generatepress-3-1-global-colors-dynamic-typography/

    To be honest, in a sense, everything in customizer settings can be considered “global” as the settings here are general application to all pages and posts.

    select a caption for all images on the site and give it some padding.

    For this one specifically, you’ll need a custom CSS.

    Example:

    figure.wp-block-image figcaption {
        padding: 20px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.