Link Color

Discussion in 'BlackWell-WordPress Business Theme.' started by itzcandy, Jan 15, 2015.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Hi,

    The links are hard to see on this template. How do I change it so all of my links on PAGES and BLOG are blue? (WIDGET AND MENU WOULD STAY DEFAULT COLOR)

    Thanks!
     
  2. praveen

    praveen Support Staff

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

    We have got your concern,

    Could you please provide us your site URL with some edited screen shots of your issues, so that we can have a detail look over them and provide the exact solution ASAP ?

    Thanks
    Praveen
     
  3. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
  4. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    a {
    color: blue !important;
    }
    .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited, .menu_wrapper.mobile ul li a:link, .menu_wrapper.mobile ul li a:visited {
    color: white !important;
    }
    Thanks,
    Praveen
     

Share This Page