Link color

Discussion in 'Woodpecker WordPress Business Theme' started by greatscottfilm, Jun 25, 2018.

  1. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    I need to change the color in my links in the body of my pages and the link color for all posts, it's too pale and doesn't have enough contrast.
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Scott,

    It would be better for us to understand your query with the help of some edited screenshots of the concerned areas of your site.

    Also, share your website URL here.

    So that we can deliver you an exact and appropriate solution to you,

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Attached is a screenshot, I just want to change the link color in the body of the pages
     

    Attached Files:

  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To change the link color, just paste the code given below in Custom CSS section.
    (Dashboard->Appearence->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page .page-content a {
        color: #ff0000;
    }
    
    .sidebar li a {
        color: #ff0000;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com

    Note: Change the color code value accordingly.
     
  5. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Awesome that was exactly what I needed, thank you Akbar, I appreciate it very much
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page