• Resolved jklarich

    (@jklarich)


    How can I get a box which includes color to be around my headings in my widget areas that sits behind my headings?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi jklarich. Not sure what you mean by “around my headings” and “behind my headings”. Can you post a link to your site and describe where that is?

    Thread Starter jklarich

    (@jklarich)

    Sorry Again!

    Here is the link:

    https://grangerwashington.org/

    I would like to put the colored boxes and the text for all the headings like the “Upcoming Council Agendas”, “Translate”, “Granger Happenings Posts”, etc. from both widget areas on the site.

    Something like this?

    /* style widget headings */
    .widget h3 {
        background: yellow;
        padding: 5px;
        border: 1px solid #666;
    }
    Thread Starter jklarich

    (@jklarich)

    Amazing! Worked Great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Colored Box Around Headings in Widgets’ is closed to new replies.