Text above the first post on homepage

Hi,
We want to put some text in white above the first post in the picture on the homepage. How can we do this?

Carla

Hi Carla,

Thanks for writing in! If you’re using a stack like integrity, you can head over to X -> Theme Options -> Integrity -> Blog Options area to set a Blog Title and Sub Title text.

Otherwise you will have to create your own page using Cornerstone and then you can set it as homepage by head over to Settings -> Reading section. Then to display blog posts, you can use Recent posts element in Cornerstone.

Hope that helps.

Hi mldarshana,

Thanks for your reply. Is it possible to make this text white? See in the attachment also an another question: Can we put the text ut a little more above?

Thanks.

Carla

Hi Carla,

Yes that is possible, but it seems to be a standard text and not the Blog title. please provide us the site URL and login credentials in a secure note so we can take a closer look.

Thanks,

Hi Friech,

Did you receive the secure note?

Carla

Hi Carla,

I have added the following CSS rules into your X -> Theme Options -> CSS area to do those changes for you.

.home .p-landmark-sub {
    color: #fff;
}
.home .h-landmark {
    display: none;
}

Hope that helps.

1 Like

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