Shape 5

Joomla Templates => Fitness Center - Club => : Gutshot October 18, 2015, 07:17:37 AM



: Footer and buttons color
: Gutshot October 18, 2015, 07:17:37 AM
Hi, now the footer is the same color as the highlight color, I want the footer and the "readon" buttons in the same color as the custom 3 an 4 color.

How can I override this ?

thx



: Re: Footer and buttons color
: mikenicoll October 19, 2015, 08:56:43 PM
Hello,

That would require custom programming changes in the index.php file. You would need to remove those elements from the highlight color php echo block and re-apply them in the custom.css with your own colors.

Regards,


: Re: Footer and buttons color
: Gutshot October 20, 2015, 03:15:18 AM
Is it not better to add always 2 highlight colors ? That way you can vary some more with colors.

Is it also an idea that you can customize the flex menu? It is now always the same.
When you can change colors in an easy way it would be great.

To get back on topic, so no support...

Thx.



: Re: Footer and buttons color
: mikenicoll October 20, 2015, 07:10:36 PM
Hello,

You can change anything in a Template with some basic CSS and PHP knowledge. We can't have too many highlight colors or it becomes confusing to people what highlights target which elements.

This would be the coding from the index.php that affects the highlight color chosen in the Template Manager with a PHP echo. You can see there are many elements that take on this highlight. If you remove a class name from the code block and re-add it in the custom.css file then you can have any color you want.

:
.jdGallery .carousel .carouselInner .active, .button, .readmore a, .readon, button, .S5_submenu_item:hover, .S5_grouped_child_item .S5_submenu_item:hover, .readon.dark:hover, .success_area_number, .s5_tab_show_slide_button_active, .progress_bar2, #s5_pos_custom_6, .s5_ls_readmore, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-group.open .btn-primary.dropdown-toggle, .btn-primary, .item-page .dropdown-menu li > a:hover, .blog .dropdown-menu li > a:hover, .item .dropdown-menu li > a:hover, .btn, .pagenav a, .readmore a, .s5_masonry_inactive, #s5_footer_area1, #s5_accordion_menu h3:hover, #s5_accordion_menu h3.s5_am_open, #s5_register, #s5_login, .module_round_box-highlight1, .module_round_box-highlight1_dark_title, .s5_pricetable_column.recommended .s5_title {
    background: #e8374d none repeat scroll 0 0 !important;
}

Regards,


: Re: Footer and buttons color
: Gutshot October 20, 2015, 07:50:22 PM
Thanks Mike,

All I needed, a little push in the right direction. The rest I  can figger out by myself.

Have a course basic php here but time is not on my side





: Re: Footer and buttons color
: mikenicoll October 20, 2015, 11:22:38 PM
:)