link color

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Jun 16, 2015.

  1. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    hi,

    loanofficermatch.com

    when i make a link, the font color is black, can you send me the code so that the links are the regular generic blue for that please, thanks
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    Could you please provide some edited screenshots so that I can assist you accordingly. If you are unable to create screenshots then you can use www.screenpresso.com
    that will help you to create screenshots.

    Let me know
     
  3. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    I don't know what sending a screen shot is helping with but it's attached. It should be a simple custom css input. Let me know. Thanks
     

    Attached Files:

  4. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a {
      color: #16BCEB !important;
    }
    Thanks,
    Praveen
     
  5. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    I tried using the above css but it now changes all of the links including my homepage menu and blog post links to that colour. If we only want hyperlinked text in pages or posts to be hyperlinked in blue how would we do that?
     
  6. priya

    priya Guest

    Hello Sblais10,

    Greetings from InkThemes!

    Below code will help you to change the color of hyperlinked text, you just need to paste the code in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a {
        color: blue !important;
    }
    a:hover{
    color: red !important;
    }
    After using the code, click on "Save All Changes" at the bottom of the page.

    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    thanks for your help but this isn't what i'm looking for. When i enter the code you supplied it changes ALL of my links including my main menu, blog post titles on home screen, everything.

    I'm looking to change only the hyperlinks i create in the editor (pages or posts) ONLY to be hyperlinked in blue or even underlined would work. Right now you can't really tell that the word link is a hyperlink because it looks like pretty much every other word on the page. I don't want it to affect the rest of the site. This is standard in pretty much any non-inkthemes theme i've ever used.

    Thanks,

    Steve
     
  8. priya

    priya Guest

    Hello Steve,

    It would be better to provide us URL of your site so that we can better assist you.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page