Site logo

Archived topic

Textblock

1 reply · Started by Annalena on January 10, 2018

Viewing posts 1–2 of 2

Hi!

You solved mu issue about background image but now the text is the same size as the image and I want to be able to narrow the text down so I have margins on the side, or have the text in two columns. I'd also like to manage my link text color without changing the color on the other pages, is that possible?

Thanks!

Hi there,

Not quite sure what you mean but I'll take a guess.

There are two ways you can make the text narrower:
- Reduce the container width: https://docs.generatepress.com/article/container-width/
- Increase left and right content padding: https://docs.generatepress.com/article/content-padding/

If you need columns, this article should help:
https://docs.generatepress.com/article/creating-columns/

To change the link color on this page only, you can try this CSS:

.page-id-421 .inside-article a {
    color: #000000;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps.

This archived topic is closed to new replies.