Home Page Setup Help

https://healthsalmon.com/ hello support, i want to setup four boxes on my home pages which will contain different content. like in this demo http://demo.theme.co/integrity-3/. however, i want some of the boxes to be transparent and others white like this homepage https://avocadu.com/. thanks in advance.

Hi There,

You can use the class recent posts element:

After that add this custom CSS:

.x-recent-posts a {
    background: rgba(255, 255, 255, 0.75)
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.