- This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Custom CSS color
You must be logged in to reply to this topic.
Hi. I want to change the color in the contact field on our website, in to white instead of grey. How do I do that? https://prnt.sc/nbt2nt
We bought the Parallel Pro version.
Best, Julie
Hello Julie,
In your Admin Dashboard go to Parallel Options Panel > Custom > Custom CSS field and enter the following code,
.contact {color:white;}
Thank you Hans! Works…
One other issue. There is a gap between the words in the Team section
How can I CCS so it´s closer, like a regular sentence?
Best, Julie
Hello Julie,
Add the following CSS code to the Custom CSS field in the Custom Code section of the Parallel Options Panel.
.team p {
text-align: initial;
}
Thanks again Hans!
For some reason I keep running in to minor issues, like the standard slider, Title and Subtitle that doesn´t seem to work in Clients section. The text doesn´t show, and the Autoplay Slider doesn´t move.
What am I doing wrong?
Best, Julie
You must be logged in to reply to this topic.