• Resolved Riccardo Rossi

    (@riccardorossi92)


    Hi, i have installed you theme for wordpress “Appoinment” but i can’t change color with one of my choice, infact if i go inside the editor and modify the color with the color picker nothing happen. can i change it inside css? is it a bug?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Shahid Mansuri

    (@shahidmansuri123)

    Hello @riccardorossi92

    First of all Thanks for choosing Appointment Theme.

    Actually! It is pro features.

    So kindly tell us if you want to change color which one section of your site. we will give you a CSS code for change color as per your requirement.

    Do let me know if you need more assistance…!

    Regards

    Shahid

    Thread Starter Riccardo Rossi

    (@riccardorossi92)

    I would like to change color of fontawesome icon, menu items and the big bar inside pageBar inside page

    Shahid Mansuri

    (@shahidmansuri123)

    Hi

    Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    1. For fontawesome icon:

    .service-icon i { color: #ff0000; }

    2. For Menu items:

    .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    color: #ff0000;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #ff0000 !important;
    }

    3. For big bar inside pageBar:

    .page-title-section { background-color: #ff0000; }

    And you can change color code above as you want to do.

    For more help refer this screenshot url: https://prntscr.com/emokc8

    Do let me know if you need more assistance…!

    Regards

    Shahid

    Thread Starter Riccardo Rossi

    (@riccardorossi92)

    Thank you! I also found how to change the scroll button, last question, how can I change the color of the line at the end of the page?

    EDIT: i also have a contact from create with jetpack plugin but the button is white, how can i change the line of the button and also the color?
    Button of the form and line at the end

    Shahid Mansuri

    (@shahidmansuri123)

    Hi @riccardorossi92

    Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    1. For Change button css:

    .contact-form input[type=”submit”] {
    background-color: #ff0000;
    box-shadow: 0 3px 0 0 #ff0000;
    color: #fff;
    }

    2. For change color of the line end of page:

    .footer-copyright-section {
    border-bottom: 5px solid #ff0000;
    }

    Hope it will resolve your issue…!

    Regards

    Shahid

    Thread Starter Riccardo Rossi

    (@riccardorossi92)

    Perfect!! Thank you very much

    Shahid Mansuri

    (@shahidmansuri123)

    Dear @riccardorossi92

    If you are happy with Appointment theme Could you please provide us review on www.ads-software.com. Review from can be found here:

    https://www.ads-software.com/support/theme/appointment/reviews/#new-post

    Warm Regards

    Shahid

    emmacpaz

    (@emmacpaz)

    Hello!

    I just need to change the arrow color.
    Would you give me the css code?
    Thank you very much!
    Emma.

    emmacpaz

    (@emmacpaz)

    And the color of the submenu items.
    Thank you!

    Imran Ali

    (@imranaliweb)

    Hi @emmacpaz

    Kindly create a new ticket for your issue bcoz this ticket already resolved.

    refer this link create a new ticket: https://www.ads-software.com/support/theme/appointment/#new-post

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change theme color’ is closed to new replies.