Site logo

Archived topic

Mellow Follow Up Questions

1 reply · Started by Robert on November 28, 2018

Viewing posts 1–2 of 2

I have some questions that I thought could best be explained via a video which is linked below on Amazon S3. The site URL is also included in the video.

Thanks for the quick reply to my last questions.

Yours,

Bob Hayes

Hi there,

I had a quick look at your videos and here are some quick tips:

- Make sure all your add-ons are activated so you see all customizer options:
https://docs.generatepress.com/article/installing-gp-premium/#activate-your-modules

- Typography options are here:
https://docs.generatepress.com/article/typography-overview/

- Background color of the title can be changed in Additional CSS field in the customizer (or simply remove):

.site-branding {
    background: rgba(0,0,0,0.8); /*This is the background color line*/
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    transition: background 500ms ease;
}

- Color options are here:
https://docs.generatepress.com/article/colors-overview/

- Custom navigation colors specific to page hero are here:
https://docs.generatepress.com/article/header-element-overview/#site-header

- Columns layouts are here:
https://docs.generatepress.com/article/using-columns-in-the-blog/

If I missed anything, would you mind making a list of questions instead of a video? And for future questions as well. A list of 1. 2. 3.... would be perfect for us to track issues and answer them one by one.

Thanks :)

This archived topic is closed to new replies.