Making hyperlinks underlined and in color

Discussion in 'Blackriders WordPress Theme' started by drewper, Apr 20, 2016.

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

    drewper New Member

    Joined:
    Feb 26, 2016
    Messages:
    18
    Likes Received:
    0
    Hello,

    I was hoping someone could tell me how to make the hyperlinks look like an actual hyperlink.

    Any page that I create on my Black Rider themed wordpress site, doesn't look like it is hyperlinked text (scrolling over does change the pointer to a hand, but that is the only way a user would know they could click on the link).
    I would prefer it to be underlined and orange instead of the standard blue, to match my color scheme. Any insight on this would be greatly appreciated. Thank you!
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. drewper

    drewper New Member

    Joined:
    Feb 26, 2016
    Messages:
    18
    Likes Received:
    0
    The website is being developed locally and is not published on the www yet. Unless there is another way that you know of, I can really only provide snapshots of it for now.

    I did look back at my first post and realize it wasn't very clear...hopefully my snapshot and the following clears it up a bit.....

    I would like hyperlinks to look like this: InSEALation InFOAMation not like this: InSEALation InFOAMation. Is there code that I can add to the page's containing hyperlinks on them, to do this?
     
  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar a {
        color: orange;
        text-decoration: underline;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. drewper

    drewper New Member

    Joined:
    Feb 26, 2016
    Messages:
    18
    Likes Received:
    0
    That worked Priya..thank you.
     
  6. priya

    priya Guest

    You're welcome..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page