Hello, good day to you. I am currently working on my site www.algorex.ch/wordpress and use your Color Way Template. I have looked already through the forum but have not found a way that works for me even though i followed through step by step. Guess i might have missed something. 1. I need to adjust the font & size in the Slide Show writing 2. I need to adjust the font & size of the main Titel line below the Slide show (Currently Empty). 3. I need to adjust the font & size in the Slide Show writing 4. I need to adjust the font & size in Titels below the 4 pictures as well as in the descriptions below.(Currently empty) 5. I need to adjust the font & size in the titels which are automatically inserted on all pages but are un proportional big in relation to above menu line as well as the word Protected which is inserted when i use a password to protect a page. I am looking forward reading from you soon Kind regards daniel
Hello, For this You need to remove cufon Go to the colorwaytheme > js > custom.js After that Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS 1) Code: .slide .slide-content.entry .title { font-size: your font size; color: your color value; font-family: your font type; } .slide-content p { font-size: your font size; color: your color value; font-family: your font type;} 2) Code: .content-info h1.title { font-size: your font size; color: your color value; font-family: your font type; } 4) Code: .one_fourth { font-size: your font size; color: your color value; font-family: your font type; } .content-wrapper h2 { font-size: your font size; color: your color value; font-family: your font type; } Or if you want to add same font for all headings then. Use this code Code: h1, h2, h3, h4, h5, h6 { font-family: your font type; }