[Support request] h1 color

Home Forums Support [Support request] h1 color

Home Forums Support h1 color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1666681
    Antonio

    I want the h1 to change the background color to yellow and occupy the entire width.

    #1666711
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    h1 {
        display: block;
        background-color: #FFFF00;
        padding: 5px;
    }
    #1666829
    Antonio

    ok. thank you. i would like the h1 to be full width.

    display: block ?

    display full width?

    #1666837
    Antonio

    first I want title h1 full width yellow color
    second table of contents
    third the content

    I have this code


    @media
    (max-width: 768px) {
    .site-content {
    flex-direction: column-reverse;
    }
    }


    @media
    (max-width: 768px) {
    .main-navigation button.menu-toggle {
    margin-left: auto;
    margin-right: auto;
    }
    }

    h1 {
    display: block;
    background-color: #FFFF00;
    padding: 5px;
    }

    website: https://elmejorproducto.com/champus/anticaspa/

    #1666935
    Leo
    Staff
    Customer Support

    Sorry what is the issue now?

    Looks like the h1 is full width to me?
    https://www.screencast.com/t/yIwaPn7Bu

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