D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Small Biz Extended; Nav Menu, Phone Number, Featured Box questions…

Front Page D5 Creation Forum General Support Small Biz Extended; Nav Menu, Phone Number, Featured Box questions… Re: Small Biz Extended; Nav Menu, Phone Number, Featured Box questions…

#4584
D5 Creation
Keymaster

You can add the phone number as one Top Menu Item without any link or you can edit the Logo Image and can add the phone number there.

You can add the following in the Custom Code within Header Area of Small Business Options and change the values as expected:

Code:
<style>
.featured-box { display: none; }
body { font-family: Arial,Helvetica,sans-serif; }
#smallbusiness-main-menu, h1, h1 a, h1 a:visited, h1 a:hover, h2, h2 a, h2 a:visited, h2 a:hover, h3, h4, h5, h6 { font-family: ‘Coda’,cursive,sans-serif; }
</style>