Hi, I'd like to either remove the page title or reduce the font size for the page that can be shown on the main page. Please can you tell me if this is possible and what file I need to modify?
Many Thanks
Marc
Hi, I'd like to either remove the page title or reduce the font size for the page that can be shown on the main page. Please can you tell me if this is possible and what file I need to modify?
Many Thanks
Marc
Hey,
in style.css replace following code:
#top .fptab{
padding-top: 0;
}
with:
#top .fptab{
padding-top: 0;
display:none;
}Easy when you know how - Thanks Dude !!
Glad that I could help you :)
You must log in to post.