Link Color and Submit Button Green

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by andreahw16, Oct 24, 2015.

Thread Status:
Not open for further replies.
  1. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    I have an email link I created and the text is blue I am trying to match the theme color #dd9933. I do not want the white text in my menu bar to change, just my link. Also where to I change the color for the submit button it is still green. Here is link to page http://escapeforfun.com/contact-us/

    Thank you for your help,
    Andrea
     
  2. priya

    priya Guest

    Hello Andrea,

    Greetings from InkThemes!

    You can easily resolve your issues, you just all have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    1) To change the color of email link, code is as follow..
    Code:
    p.sb-address a {
        color: white !important;
    }
    2) To change the color of submit button, code is given below..
    Code:
    input#submit2 {
        background-color: red !important;
        box-shadow: none !important;
    }
    Note: Replace color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Awesome all worked great, even plugged in HEX code I wanted for red and worked:) Many THX!!
     
Thread Status:
Not open for further replies.

Share This Page