how do i change the link color in a page

Discussion in 'Cloriato WordPress Theme' started by huntercs, Feb 14, 2013.

  1. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
    how can i change the link color in a page.

    Go to Js > custom.js present in your theme directory and remove the code given below

    Code:
    //Font replace
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content_wrapper h4 a {
    color: red;
    }
    .content_wrapper a {
    color: red;
    }
     
  2. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Js > custom.js present in your theme directory and remove the code given below

    Code:
    //Font replace
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content_wrapper h4 a {
    color: red;
    }
    .content_wrapper a {
    color: red;
    }
     
  4. cicada

    cicada New Member

    Joined:
    Jan 17, 2013
    Messages:
    4
    Likes Received:
    0
    I am also trying to change the colour of my links but don't know what you mean by "Go to Js". If Js means Javascript, could you please suggest where to find it? I'm using Cloratio.
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    You will not get js directory in your dashboard.
    You can edit custom.js file through FTP.
    Open your Theme directory (through FTP) > js directory > custom.js
    Download custom.js file from there, Edit it, Then again upload it at the same place..
     

Share This Page