This is a migrated thread and some comments may be shown as answers.

HeaderTemplate Background color

8 Answers 331 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 23 Jan 2014, 05:48 PM
Anyone know how to change the default color of the background when using a header template?  Per skin this changes but I want to be able to alter it with my chosen skin.

Thanks in advance!

8 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 24 Jan 2014, 04:28 AM
Hi Jon,

Please have a look into the following CSS to change the background color of RadComboBox HeaderTemplate.

CSS:
<style type="text/css">
    .rcbHeader
    {
        background-color : Orange !important;
    }
</style>

Thanks,
Shinu.
0
Jon
Top achievements
Rank 1
answered on 24 Jan 2014, 04:03 PM
Worked perfectly!  

Thanks!
0
Peter
Top achievements
Rank 1
answered on 20 Dec 2017, 09:23 PM

Hi There,

How can I change the color of footer of attached screen? I am using ondemand feature but didn't defined any footer template.

0
Rumen
Telerik team
answered on 21 Dec 2017, 09:14 AM
Hello,

Expect the footer HTML element with the dev toolbar of your browser, see its CSS class and overwrite it by applying the desired background color to it.

Regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Peter
Top achievements
Rank 1
answered on 21 Dec 2017, 03:14 PM

Thanks for the feedback but I can't find respective HTML element for Footer with dev toolbar. Since I defined Header template & I can see the respective HTML element for it but not the footer. For Header, I can see div element id: ctl00_CPH1_ucAccounts_rcbAccounts_Header but no footer information.

0
Rumen
Telerik team
answered on 21 Dec 2017, 03:41 PM
Hello,

I was able to apply a background color to the footer via the following class: 

<style>
    .rcbMoreResults {
        background-color: red !important;
    }
</style>


For your convenience I recorded a demonstration video attached to my reply.

If your scenario is different, please provide a simple runnable project, which demonstrates it. 

Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Peter
Top achievements
Rank 1
answered on 21 Dec 2017, 04:22 PM

Great Rumen! It helps

Thank you

0
Rumen
Telerik team
answered on 21 Dec 2017, 04:49 PM
You are welcome! 

Happy Holidays!

Kind regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
ComboBox
Asked by
Jon
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Jon
Top achievements
Rank 1
Peter
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or