Change color of hyperlinks

Discussion in 'Local Business WordPress Theme' started by pinkmaddy, Apr 3, 2015.

  1. pinkmaddy

    pinkmaddy New Member

    Joined:
    Mar 4, 2015
    Messages:
    13
    Likes Received:
    0
    I used the following code to change my hyperlinks to blue and keep my navigation menu links white. But now the links in the footer are blue and I want them white. http://newwaveamusements.ca/
    body a {
    color: red!important;
    }

    body a:hover {
    opacity: 0.5!important;
    }


    #menu li:hover a, #menu li.current_page_item a{
    color: white!important;
    }
    #menu .ddsmoothmenu li a{
    color: white!important;
    }
    #menu .ddsmoothmenu li a:hover{
    opacity: 1!important;
    }
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, pinkmaddy!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .textwidget a {
      color: white !important;
    }
    p.copyright a {
      color: black !important;
    }
    Thanks,
    Praveen
     
  3. pinkmaddy

    pinkmaddy New Member

    Joined:
    Mar 4, 2015
    Messages:
    13
    Likes Received:
    0
    Now the tap to call hyperlink on a mobile device is blue. What is the custom css code to make it white?
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, pinkmaddy!

    I have checked your website.

    Tap to Call button hyperlink is already in white.
    See screenshot.
    tap_to_call.png

    Thanks,
    Praveen
     
  5. pinkmaddy

    pinkmaddy New Member

    Joined:
    Mar 4, 2015
    Messages:
    13
    Likes Received:
    0
    The actual tap to call is white that's perfect but beside it is the actual phone # that's blue on blue and you can't see it (on an iPhone 4s)
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Pinkmaddy!

    For your information, let me tell you that the Tap to call button is basically an image with the text in white color and blue background.
    So, it is not possible that it text color will change in any media.

    To make it more clear, could you please provide us some edited screenshot?

    Thanks,
    Praveen
     
  7. pinkmaddy

    pinkmaddy New Member

    Joined:
    Mar 4, 2015
    Messages:
    13
    Likes Received:
    0
    It's not the tap to call button I am referring to now. It's the actual phone number in the header. On a mobile device it's blue on blue.
     
  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi, Pinkmaddy!

    Your website phone number color is white and displaying properly on mobile devices.
    See the video link:- http://screenpresso.com/=tiFWf

    If you still have issues, please provide us some edited screenshot which helps us to understand your exact issue.

    In case you are unable to create screenshot, please follow the link http://www.screenpresso.com/ to create screenshot easily.

    Thanks,
    Praveen
     

Share This Page