Page 1 of 1

Show title, description and content in intro.

Posted: 12 Feb 2021, 10:42
by BDV
In Plugins - Page Intro by show in intro (title,description...) items will be set to white color variations by default. If I`ll need to change the styles, I`ll need to apply custom CSS. How to do it ?

Re: Show title, description and content in intro.

Posted: 12 Feb 2021, 23:24
by mjau-mjau
Settings > Custom > Custom CSS:
Code
.image-intro-content, .image-intro-content h1, .image-intro-content h2, .image-intro-content h3 {
    color: hotpink;
}
If you only want the color to change for a single page, you would instead add the above to page settings > page > advanced > custom CSS.

Re: Show title, description and content in intro.

Posted: 13 Feb 2021, 08:46
by BDV
Thank you very much. Could use a cheat sheet with these codes in the manual