Site logo

Archived topic

Post Archives

5 replies · Started by Ivan on August 27, 2020

Viewing posts 1–6 of 6

Hello guys,

I am trying to change the look of the Archives page. I used GenerateBlocks to create a Block-Hook that is applied to All Archives but cannot figure out the following things:

1) How can I make the green text dynamic, i.e. to automatically show the category, tag, etc.?
2) How to remove the block marked in orange?

Here a picture: https://i.ibb.co/zNyd3hg/Archive.png

Thank you! :)

Hi there,

Dynamic content is not available in the Block Element at this time. We will be including that in the next update.

You would have to use the header element to display dynamic content.

Hi David,

Thank you for your response! That's great, looking forward to the next update!

Regarding my second question - is there a way to remove the box altogether (or at least style it a bit). I tried the settings under Customizing > Layout > Container but they affect all boxes and there is no show/hide option.

Thanks!

Try adding this CSS to hide the archives page header:

.archive .generate-columns-container .page-header {
    display: none;
}

Thank you, this worked! :)

You're welcome

This archived topic is closed to new replies.