HI There I need some code that I can add into the Custom CSS section of the theme options and need code the following: 1. With links to words - I need a code that will show a new colour when you see a word that is linked. 2. In Post - I want remove all copy in realties to dates/ author/ posted by and comments I do not want to see these in both posts and when listed in Categories. 3. In Categories - I want to remove the word" Category Archives" when showing any category. 4. In the Top Header right bar what is the the CSS style sheet code to display as it is showing in your demo theme. Kind Regards Sheena
Hello, 1) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .home_content a { color: your color value; } .content a { color: your color value; } 2) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content .post .post_meta { display: none; } 3) For this go to the Appearance > Editor > Category.php and remove text as shown in the image attached.