Where do I change the byline information at te top right of the layout? Also, is it plausible to change the color of the text?
Thank you,
R
Where do I change the byline information at te top right of the layout? Also, is it plausible to change the color of the text?
Thank you,
R
This should aid your question and more;
http://www.zen-cart.com/wiki/index.php/Top_10_questions
You can change the font color in your stylesheet, find;
Change the hex value in the red line to the color of your choosing.Code:#tagline { color:#000000; font-size: 2em; text-align : center; vertical-align: middle; }![]()
Thank you for the link. It works beautifully. However, if I change that one hex point it changes it all, I was hoping to find a css that was used just for that byline at the top. I am not too savvy with the php code, so if I have to dig deep it might not be worth it...
Let me know if there is a way...
Thanks again.
If changing that one color changes your whole site then there is a problem some place, that define should only be called and applied to the tagline.
Have you edited your tpl_header.php file ? Do you have more elements that you have set to class="tagline" ?
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
My Bad, but you are right it shouldn't. Although, I am not sure I have the right stylesheet as all that I have looked at have a black code and my text is grey...
Now I am stumped....any place I am NOT looking?
Which version of Zen and what template is the basis for your customizstion ?
Do you have a URL we can look at to help ?
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
Originally Posted by TinaS
Version 1.3.0.1
(could use assistance with the upgrade as well as I know when I started customizing I wasn't aware it was best to NOT change the original files until it was too late.)
Using "Classic Template"
And to see what I mean you can view this at www.successbooksetc.com
It appears that there is no call to the #tagline at all in this header.
When I look at it in Firefox with the dev tools it shows only .header as the applied style.
So, you can define your font color in the .header
or you can edit the file includes/templates/YOURTEMPLATE/common/tpl_header.php to wrap that text area in <span class="tagline">
Hope that helps!
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
Got it change! Thank you....now have another question but will post in a new forum.