Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #670098

    Hi,

    I updated my link and hover color site wide and now my button color also changes.

    1- How do I change the text color of LEARN MORE from blue to white on the full width slider – http://staging.wsmsnyc.org.s167849.gridserver.com/

    2-How do I change the VIEW OUR PROGRAMS button color from blue to white in the mission section

    #670604

    Hi navindesigns,

    Looks like you have this in your enfold_child.css file, please remove it since it’s overriding your theme settings:

    .main_color a {
        color: #0055a5 !important;
    }

    Best regards,
    Rikard

    #670893

    But I want link colors to be #0055a5 just NOT on buttons.

    #671193

    Hi,

    Since you’re using !important I don’t think it will do much good but you can try this:

    .avia-button {
    color:white !important;
    }

    Thanks,
    Rikard

    #671373

    There is not way to make the button text/link colors different from the general site link/text color?

    #671700

    Hi,

    Yes it is, but since you have declared your own CSS it will likely override whatever you additionally add, this is your problem:

    .main_color a {
        color: #0055a5 !important;
    }

    Best regards,
    Rikard

    #671853

    I figured it out

    thanks

    we can close this thread

    #671854

    I badly need help with this issue though :(

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change button text color’ is closed to new replies.