Shape 5

Joomla Templates => Business Pro - Club => : kittdrury9 November 17, 2016, 01:58:58 AM



: Business Pro Template
: kittdrury9 November 17, 2016, 01:58:58 AM
Trying to change the colours of the main horizontal menu in the navigation. sifting through the template.css and running out of ideas. What do i need to chnage to modify the mouse over colour and the drop down colour. currently shades of grey.. desire BLUES... any advice.?

#s5_menu_wrap {
background: rgb(0,76,174); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,76,174,1) 0%, rgba(34,126,231,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,76,174,1)), color-stop(100%,rgba(34,126,231,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,76,174,1) 0%,rgba(34,126,231,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,76,174,1) 0%,rgba(34,126,231,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,76,174,1) 0%,rgba(34,126,231,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,76,174,1) 0%,rgba(34,126,231,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004cae', endColorstr='#227ee7',GradientType=0 ); /* IE6-9 */
     border-bottom: 1px solid #501111;
     box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3) inset;


: Re: Business Pro Template
: mikek November 17, 2016, 08:27:03 AM
Hello,

Are you sure you're using Business Pro? This template does not use the css you have above. The main menu in Business Pro only uses a solid background color and a box-shadow, there are not gradient calls on it.

The background call is defined in the template's index.php file, which is where the php variable for the colors are defined.


: Re: Business Pro Template
: kittdrury9 November 17, 2016, 04:47:24 PM
Thanks ill have a look. The Business PRO Team did some custom work for us and made the gradient in the site. Boxes and side nav. We lost the server recennly and are rebuilding it. however we cant seem to get the main navigation right. http://www.southernstartechnologies.com/joomla_sstar/


: Re: Business Pro Template
: kittdrury9 November 18, 2016, 03:22:19 AM
OK. We need to modify the menu greys.. to shades of Blue. Current Page #003380, mouse over #0066FF and drop down boarder #668CFF. Looking for a developer to hire to help mods.http://www.southernstartechnologies.com/joomla_sstar/

Can pay via Paypal



: Re: Business Pro Template
: mikek November 18, 2016, 08:02:42 AM
Hello,

I will send you a private message in regards to this.


: Re: Business Pro Template
: kittdrury9 March 24, 2017, 12:31:04 AM
Hello,

I will send you a private message in regards to this.

Dear Mike,

I am doing more work with the Business PRO template that you have helped me with previously. Can you remember how to change the heading text of the boxes on this template so that they are all one colour in the case white. http://www.honeysuckleyard.com/index.php  so where it says "Latest products" in the the heading for this box it would be one colour in place of two colours.?


: Re: Business Pro Template
: mikek March 24, 2017, 07:16:25 AM
Hello,

You would need to edit the template's index.php file and just above the closing </style> tag add:

.s5_h3_first {
color:#FFFFFF !important;
}


: Re: Business Pro Template
: kittdrury9 March 24, 2017, 07:46:02 PM
Dear Mike, i tried that as suggested.. no change, what do you think i did wrong.?

http://www.honeysuckleyard.com/index.php



: Re: Business Pro Template
: mikek March 26, 2017, 06:59:31 PM
Hello,

Try it like this instead:

.module_round_box .s5_h3_first, .module_round_box-white .s5_h3_first, .module_round_box-dark .s5_h3_first, .module_round_box-grey2 .s5_h3_first, .module_round_box-grey2_small_border .s5_h3_first {
color:#FFFFFF !important;
}


: Re: Business Pro Template
: kittdrury9 March 26, 2017, 08:07:41 PM
Dear Mike, Brilliant. Worked a treat. Thanks