-
AuthorPosts
-
March 22nd, 2021 at 16:28 #115744Nina IsabellaPower User
The animated text over the header uses the colour set for ‘Primary Accent’.
I would instead like to use the colour set for Secondary Accent (or arbitrary colour for that matter).
Possible?
Website: agroecologynow.net/agroecology-in-motion/linking-food-and-feminisms
March 27th, 2021 at 12:48 #115967ZedCryout Creations mastermindHi,
Which colours are used for specific elements is not something that’s configurable.
However, if desired, any visual aspect can be customized with additional CSS:
body .animated-title span.cry-single.animated-letter, body .animated-title span.cry-double.animated-letter { color: ...; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 27th, 2021 at 15:13 #115977Nina IsabellaPower UserThat’s great, thanks a lot. This will likely be of use and help to others who want to change the color of the animated text in Bravada.
Then,
I have added two more CSS modifications to the Landing Page, to:
1 / Change the opacity of the title:
.main .lp-section-header .lp-section-title {
opacity: .4
}2 / Change the colour of the subtitle
.lp-section-desc {
color: #ce6700;
font-weight: bold
}Is that correctly done?
March 27th, 2021 at 17:55 #116000ZedCryout Creations mastermindIf the desired changes are applied and visible on the site, then the CSS works, so it’s correct.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Control colours of animated header text’ is closed to new replies.