Search…

X3 Photo Gallery Support Forums

Search…
 
BDV
Topic Author
Posts: 4
Joined: 29 Feb 2016, 17:06

Show title, description and content in intro.

12 Feb 2021, 10:42

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 ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Show title, description and content in intro.

12 Feb 2021, 23:24

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.
 
BDV
Topic Author
Posts: 4
Joined: 29 Feb 2016, 17:06

Re: Show title, description and content in intro.

13 Feb 2021, 08:46

Thank you very much. Could use a cheat sheet with these codes in the manual