I need help with this demo auto theme

How can i bring down the part circled yellow and put the navigation/logo bar up?

Hi,

You need to enable Slider Below Masthead instead of Slider Above Masthead .

Hope that helps

Thanks. I have done that.
another thing… Please how can I make my home page to appear like a magazine homepage? which plugin should i use

Hi Kingsley,

If your homepage is set to show your latest blog posts (check Settings -> Reading section).

Then you can head over to X -> Theme Options -> Blog area and set your Blog Style as Masonry

If you’re using a custom Homepage (check the below screenshot).

You have the option to use Recent Posts element (http://demo.theme.co/integrity-1/shortcodes/recent-posts/) or a extension like The Grid (https://theme.co/apex/forum/t/extension-the-grid/74) or Essential Grid (https://theme.co/apex/forum/t/extension-essential-grid/68) display your posts.

Hope that helps.

Ok. But I specifically want it to be static. Then i want like 4 different categories to display at least 4 blog post in each category - just like in newspaper themes.

Hi @mwittstock,

I see, then you can create a static page as your home page and manually add the content through cornerstone. It’s either manually adding images and texts per column, or use the Essential Grid plugin to display the items. But I’m not sure about newspaper themes, if you wish it to be identical to that theme then it may require custom development.

Thanks!

Ok. Let me try Essential Grid

You’re welcome :slight_smile:

Hello. It’s me again. Please how can i change the recent post colour to red. I don’t want the blue colour

Hi Kingsley,

I see this existing CSS, but I’m not sure if it’s a custom one

.x-recent-posts-content {
    padding: 20px;
    background-color: #09316d;
}

Please change it to red or add this CSS

.x-recent-posts-content {
    background-color: red;
}

Hope this helps.

Yes it did help. Thanks.
Also, as you can see, the whole title text of the posts are not showing fully. I want them to show and i want it to be centred. Please how can i do that?

Hello Kingsley,

To show the full titles and centered, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-recent-posts .h-recent-posts {
    text-overflow: clip;
    white-space: normal;
    min-height: 60px;
}

Please let us know if this works out for you.

Wow Thank you guys so much.
Please one final thing i really love to put on my static homepage is to place some categories to showcase their respective pots like this in the picture

Is it possible to do that?

Hello Kingsley,

You can make use of the category option in the recent posts element settings.
This option will allow you to display post items in the same category only.

Hope this helps.

Yea. But i want that category name label at the top. Just like in the picture

Hello Kingsley,

You will need to add a text element and add the category name. You can also style it to have the color and the border just like in your screenshot. If you want, please provide me the url and the credentials so that I can create an example for you.

Thanks.

Is it my site url? And what kind of credentials

Hey There,

Yes your site details. Would you mind providing us the url of your site with login credentials?
To do this, you can create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Thank you.

I have done that

Hi Kingsley,

I have created you an example page.

Please check the secure note.