• treeflips

    (@treeflips)


    Love the theme, and would like to add the grey background to ALL my front-page widgets, not only the first one.

    Any easy way to do that?

Viewing 1 replies (of 1 total)
  • Thread Starter treeflips

    (@treeflips)

    Never mind. Figured it out myself. Cheers!

    METHOD #1, safer easier way (go to Customize, additional CSS) and add the code below:

    .front-page-widget-area  > .widget:first-of-type {
    	background-color: #f0f0f0;
    	padding: 1.5em;
    	margin-bottom: 3em;
    	text-align: center;
    }

    METHOD #2, hard-coded way (go to EDITOR, “style.css” line 1196)

    change .front-page-widget-area>.widget:first-of-type
    to .front-page-widget-area > .widget

    • This reply was modified 7 years ago by treeflips.
Viewing 1 replies (of 1 total)
  • The topic ‘Add callout to ALL front-page widgets’ is closed to new replies.