This tells me you have something wrong perhaps with a language file that you have adjusted for this template. Have you made any changes to includes/languages/english/extra_definitions/cherry_zen/order_steps_defines.php? Also make sure that file is uploaded in the correct spot.
Check all language files that you have adjusted.
Check your sites error log to see if it points you anywhere.
Earlier i posted that my site at www.rskcoulterproducts.com the text was too big.. well i have now made it too small.. could someone assist me in this? thanks
Ryan
Your biggest issue is your tagline:
Open up includes/languages/english/cherry_zen/header.php and change the above to this (text only, remove all the tags):Code:<big><big><u>Welcome to RSK. Home of the FREE SHIPPING WAREHOUSE.</u></font>
Then if you want to style that text, in your stylesheet.css, change this:Code:Welcome to RSK. Home of the FREE SHIPPING WAREHOUSE.
Code:#tagline { font-size:1.1em; text-align:center; padding:25px 8px 35px; }Code:#tagline { text-decoration:underline; font-size:1.4em; text-align:center; padding:25px 8px 35px; }
Thanks for that reply and looking into that for me.. now what do i change in order to fade the bars. For instance the search header bar.. the sideboxes header.. etc...
(I know these questions are pretty basic and you are not a web design professor and these questions im asking aren't technically "help" questions but..) say i wanted to change just the ezpages links in the top.. would i find.. navEZpagestop.. and change size, color, etc or... for ex. i wanted to change just the sidebox heading color/size/font/etc.. would i just find the code script for that and change just that.. is it really that simple or is it much more complex than that?