Site logo

Archived topic

How to I get two Elements to show on a page?

3 replies · Started by Jude on July 23, 2019

Viewing posts 1–4 of 4

I created 2 elements for my blog

Element #1 http://prntscr.com/oitw2h :- this shows only on the home page.

Element #2 http://prntscr.com/oitxao :- this shows everywhere apart from the home page.

I want Element #2 to also show on the homepage above element #1.

How do I do this?

I used hook now but there is no option to make it contained or change the colour.
http://prntscr.com/oj04le

How do I do this?

Wrap the content in HTML like this:
<div class="grid-container recent-posts-hook">recent posts container</div>

Then you should be able to target it with CSS:

.recent-posts-hook {
    background-color: #ffffff;
}
This archived topic is closed to new replies.