- This topic has 7 replies, 2 voices, and was last updated 3 years, 3 months ago by .
Background colors in header menu and Font Awesome icon choice
You must be logged in to reply to this topic.
Hi,
There are two things I don’t manage to achieve in Serenity Pro :
– I would like a dark background and white font for the sticky menu when I slide down the one-page template (instead of white bg and dark font). I can’t find this color in Colors setup and I’m lost to customize css or php.
– I would like to change the Awesome Font icon (and color) used in Pricing widget lists.
Is that possible ?
Thanks for your help
Hello,
Yes it is possible to do that but as you mentioned it will require some CSS and code changes.
Can you provide me with admin access to your site so I can log in and make the changes?
To add me, in your Admin Dashboard, go to Users > Add New and use my email [email protected], make sure to assign me Administrator privileges.
To change the color of the green checkmark in the pricing tables you can use the following CSS code,
.pricing .pt_list .fas {
color: #12dabd;
}
Replace the color code with the one you wish.
Add this but of code in Appearance > Customize > Additional CSS.
Hello,
Yes that is right, header.php and header.js.
I would recommend installing the child theme, then moving those changes over to it so that you don’t loose those changes in future updates.
You must be logged in to reply to this topic.