This is the site
www.allysbargainstore.co.uk
I want to change the font of the tagline to something not quite so boring!!
Have looked in the stylesheet and cant figure how to do it
Thanks for your help
This is the site
www.allysbargainstore.co.uk
I want to change the font of the tagline to something not quite so boring!!
Have looked in the stylesheet and cant figure how to do it
Thanks for your help
Stylesheet - BACK UP FIRST!!
i.e
FindCode:includes/templates/arch_shoppe/css/stylesheet.css
alter to suitCode:#tagline { color:#000000; font-size: 2em; text-align : center; vertical-align: middle; }
i.e.
Code:#tagline { color:#000000; font-family: verdana, arial, helvetica, sans-serif; font-size: 2em; text-align : center; vertical-align: middle; }