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; }
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; }
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.
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..