- This topic has 5 replies, 3 voices, and was last updated 1 year, 1 month ago by Sakin.
-
AuthorPosts
-
August 29, 2023 at 9:43 pm #323946DRAGOSParticipant
Hello,
I would like to change some colors of this theme.
- the Header Media Title
- the Header Media Subtitle
- the submit button on the contact page.
Where do I do that?
Thank you
Dragos
August 29, 2023 at 11:16 pm #323964tikaramParticipant@dragos : The header media title and sub title color can be changed from the customizer. Login to your WordPress admin section. Go to Appearance => Customize => Colors => Header Text color
Select the desired color and save your changes.
To change the submit button color please post in your site URL I will provide you the required additional css.Regards,
TikaramAugust 31, 2023 at 12:55 pm #324072DRAGOSParticipantIn Appearance => Customize => Colors => I only have “Background” as an option.
August 31, 2023 at 1:45 pm #324076September 5, 2023 at 1:11 pm #324380DRAGOSParticipantHi,
Any thoughts on how I can change it?
Thank you
Dragos
September 10, 2023 at 1:11 pm #324711SakinKeymasterHi Dragos,
The color options are there in the Pro version. So, I recommend you upgrade to the pro version for more color options as well as other features. You can check the compare table at https://catchthemes.com/themes/visanti-pro/#compare
1. For Header Media Title:
You can change the color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:.has-header-image .custom-header-content .section-title { color: #111111; }
2. For Header Media Subtitle
You can change the color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:.has-header-image .custom-header-content .section-subtitle { color: #0b57e3; }
3. For the submit button on the contact page.
You can change the background color and color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:.entry-content .wpcf7-form input[type="submit"] { background-color: #0b57e3; color: #ffffff; }
Regards,
Sakin -
AuthorPosts
- The topic ‘Visanti colors customization’ is closed to new replies.