Hello All,
I have created an header using ez-pages. I want to make the size of the text bigger and also change the colour. How do I do that. Where in the stylesheet do i make the changes. My site is
http://www.themobileworld.co.uk/
Hello All,
I have created an header using ez-pages. I want to make the size of the text bigger and also change the colour. How do I do that. Where in the stylesheet do i make the changes. My site is
http://www.themobileworld.co.uk/
By default EZ Pages headings are H1 tags and have the same styles as the rest of the H1 tags on a site.
However, if you want to target these headings specifically, you can add something like the following to your stylesheeth1#ezPagesHeading {
color: pink;}
font-size: 200%
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Kuroi or anyone in the know, to do this, do I add that snippet anywhere in the stylesheet or a specific place? I want to change the font style too to be something a little more classy looking to go with the header of the site Store Home
That CSS is specific enough to be put anywhere in your stylesheet without getting over-ridden. However, there's a block of heading settings towards the top of the default stylesheet, so I'd recommend adding it in just after them.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Is it possible to have a separate style for each ez Page.
for example I am using them for different articles and I want to have a different colour heading for each one, different box borders arond images on the page, but I want to just define a template to use eg Div class="ezBox1" which changes for each page?
THanks
MG