Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #323946
    DRAGOS
    Participant

    Hello,

    I would like to change some colors of this theme.

    1. the Header Media Title
    2. the Header Media Subtitle
    3. the submit button on the contact page.

    Where do I do that?

    Thank you

    Dragos

    #323964
    tikaram
    Keymaster

    @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,
    Tikaram

    #324072
    DRAGOS
    Participant

    In Appearance => Customize => Colors =>  I only have “Background” as an option.

    https://www.booldongyiacupuncture.com/

    #324076
    DRAGOS
    Participant
    #324380
    DRAGOS
    Participant

    Hi,

    Any thoughts on how I can change it?

    Thank you

    Dragos

    #324711
    Sakin
    Keymaster

    Hi 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Visanti colors customization’ is closed to new replies.