Re: Cork Board Template Support Thread
Quote:
Originally Posted by
steve45
Here the link to the store for I have done nothing to it yet for I just downloaded.
http://collectibleslimited.com/store...or_maintenance
See at the top next to where it said Cork-board you have writeen there tagline goes here. In that are I like to have my name of the store display there in color front and in large text. I just can't figure out how to do it.
Thanks
:cool:
Steve
These two articles in the Tutorials/FAQ section should help
Article 125
Article 127
Re: Cork Board Template Support Thread
Okay here the link http://collectibleslimited.com/store...or_maintenance
As you can see I added the store name but now how do you make it a larger text and add color? I don't known how to use php so I am blind to how to code it right. I known some html but php is way differnet. If you can post the code to use that will be great.
Thanks
:cool:
Steve
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
steve45
Okay here the link
http://collectibleslimited.com/store...or_maintenance
As you can see I added the store name but now how do you make it a larger text and add color? I don't known how to use php so I am blind to how to code it right. I known some html but php is way differnet. If you can post the code to use that will be great.
Thanks
:cool:
Steve
open includes/templates/cork_board/css/stylesheet.css
find the following: you can change the font size and the color by adding by adjusting the highlighted portion.
#tagline {
padding:5px;
font-size: 1.2em;
font-weight: bold;
text-align: center;
vertical-align: middle;
color: #000; /* change this as needed*/
}
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/cork_board/css/stylesheet.css
find the following: you can change the font size and the color by adding by adjusting the highlighted portion.
#tagline {
padding:5px;
font-size: 1.2em;
font-weight: bold;
text-align: center;
vertical-align: middle;
color: #000; /* change this as needed*/
}
:clap: so far so good! Can you back to my site and see what happen and tell me how to fix what going on now after I made this change. Also can you tell me one more add on to the text how to change the style of it? I thank you so much for the help you have given to me.
Steve
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
steve45
:clap: so far so good! Can you back to my site and see what happen and tell me how to fix what going on now after I made this change. Also can you tell me one more add on to the text how to change the style of it? I thank you so much for the help you have given to me.
Steve
open includes/templates/cork_board/css/stylesheet.css
find the following and make the highlighted change:
#taglineWrapper {
text-align: center;
height: 112px;
width: 640px;
position: absolute;
top: 0;
left: 390px;
}
Re: Cork Board Template Support Thread
:clap:
Clyde you ROCK man thank you so much for your made my life so much easier. If I may can I asked one more thing from you. I promise I leave you alone HA! The Yellow box on the front page that display the banner you want there where do I find the code to make them wider for I have a banner that is 140*220 and the that the smallest one they have to use.
Thanks
Steve
:smile:
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
steve45
:clap:
Clyde you ROCK man thank you so much for your made my life so much easier. If I may can I asked one more thing from you. I promise I leave you alone HA! The Yellow box on the front page that display the banner you want there where do I find the code to make them wider for I have a banner that is 140*220 and the that the smallest one they have to use.
Thanks
Steve
:smile:
Those are images and you would have to redo them in an image editor to make them wider.
Re: Cork Board Template Support Thread
Hi Clyde! Thanks a lot for creating such a nice template.I really love to use cork_board for my website. But I do appreciate if you could kindly help me with my Login button, it is kind of mess. I did follow Cork_board support thread from the start and follow your advice on the missing language folder. But the problem is, it still in a mess! Now I kind of give up..:frusty: Please..I urgently need your help..TQ:(
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Hi Clyde! Thanks a lot for creating such a nice template.I really love to use cork_board for my website. But I do appreciate if you could kindly help me with my Login button, it is kind of mess. I did follow Cork_board support thread from the start and follow your advice on the missing language folder. But the problem is, it still in a mess! Now I kind of give up..:frusty: Please..I urgently need your help..TQ:(
link to your site?
Re: Cork Board Template Support Thread