- This topic has 26 replies, 3 voices, and was last updated 7 years, 7 months ago by .
I'm finally a paying customer! :)
You must be logged in to reply to this topic.
Hello,
Taglines have a set font size and style.
The best way to edit that is with some CSS.
Try this in the Custom CSS field of Parallel Options > Custom Code.
.hero .lead p {
font-size:26px;
letter-spacing:-2px;
}
Hi. I’m having trouble figuring out how to change the color of my menu items. They’re a dark color once you scroll down. I thought I looked through the edit options well enough but I guess I missed it. Thanks!
Hello Chris,
Try adding below CSS code to your Custom CSS field of Parallel Options > Custom Code.
@media screen and (min-width: 768px){
.navbar-default .navigation-top .menu > li > a {
color: white;
}
}
Don’t forget to change ‘white’ for your desired color.
I hope that above is useful for you.
Thanks,
Piotrek
I’ll be updating my version of Parallel for the first time.
“To update your theme; log into your website’s Admin Dashboard and go to APPEARANCE > Themes. Then click the “New version available – Update Now” link for Parallel Pro.”
What else do I need to do besides this? Backup? Once the new version is installed, what’s the process like?
Thank you
Chris
It is always good to create backup before any updates.
Update process is managed by WordPress, it should last only few seconds.
Let me know if there are any problems.
Thank you,
Piotrek
Hey I guess this is unrelated to Themely, but it says Zip Archive is disabled so it’s not letting me duplicate my wordpress using the extension.
Thanks, Chris
Hello Chris,
Are you trying to make a backup of your website?
Thanks,
Piotrek
I would prefer not to make a backup but your guys’ email said it was strongly suggested to.
Okay, I just used another plugin–UpdraftPlus Backup/Restore…it’s backed up now
You must be logged in to reply to this topic.