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: Changing footer and featured boxes

Front Page D5 Creation Forum General Support Changing footer and featured boxes Re: Changing footer and featured boxes

#3798
D5 Creation
Keymaster
Quote:
Quote from Mockka on December 27, 2012, 20:59
Small Business Pro: three questions- Link in Footer & Picture Frame & red container menu
1)Put URL or Link in existing content in the footer. Can’t find how to do it.
2)I tried to remove the grey frame, alignement and font type for the picture caption. Where can I find the place to do it. I made some changes in the CSS, but it doesn’t work.
3)I changed the header and footer in the corporate colours of the company, I succeed also in changing the under-menu, but actually no solution to change colour in the menu content box between header and main menu, eg between header and HOME, it’s still in red.

1) Use HTML Syntax for any link like

Code:
<a href=”https://d5creation.com&#8221;>D5 Creation</a>

2) 3) Please add these following code in the Custom Code within Head Area of Theme Options and change the values as expected.

Code:
<style>

#slideshow div.post-slide { background: rgba(0, 0, 0, 0.7); font-family: Tahoma; }
#slideshow, #slideshow a, #slideshow h2 { font-family: tahoma; }

#smallbusiness-main-menu a:hover, #smallbusiness-main-menu .current-menu-item > a, #smallbusiness-main-menu .current-menu-ancestor > a, #smallbusiness-main-menu .current_page_item > a, #smallbusiness-main-menu .current_page_ancestor > a { background: #B81005; }

/* You can add other css lines here like these if you want */

</style>