Need help with php code

3 replies
the telephone numbers and hyper links in my mobile site and defaulting to the colour black and I'm trying to get the code that allows me to overide the default and let me colour the links I choose.

E.g.
I want to make a telephone number e.g. 0800 100100 or a hyperlink url to be red, but its defaulting to black colour.

Can anyone show me how to do this?

Thanks
#code #php
  • Profile picture of the author OldLodgeSkins
    Hi,

    This has nothing to do with PHP.
    This is the job of CSS. You want to edit your style sheet, and also if not already done, apply classes to the items you want to style.

    Seb.
    Signature
    Do you use Facebook ? Then you can make money just by inviting people to a Facebook group ! It's called the Instant Income System. How cool is that?
    {{ DiscussionBoard.errors[6337339].message }}
  • Profile picture of the author zenworker
    you have to edit css in your style sheet.
    {{ DiscussionBoard.errors[6343859].message }}
  • Profile picture of the author bugtrack
    You should use css tags for it either you can use a , a:hover and a:visited or oyu can make customized tag for yourself
    {{ DiscussionBoard.errors[6344090].message }}

Trending Topics