Skip to Content Skip to Menu

[SOLVED] changing background colors of popups

  • amir00251
  • amir00251
  • OFFLINE
  • Posts: 66
  • Thanks: 2
  • Karma: 1
12 years 11 months ago - 12 years 11 months ago #182590 by amir00251
Hello,

I'd like to know how I can change two backgroudn colors in all CB popups (I checked these elements and did not find any css).

Image below:



Thanks.
Last edit: 12 years 11 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • beat
  • beat
  • OFFLINE
  • Posts: 2169
  • Thanks: 463
  • Karma: 352
12 years 11 months ago #182720 by beat
Replied by beat on topic Re: changing background colors of popups
Just install getfirebug.com/ into FIreFox, then right-click on the area you want to Inspect, and it will show you the CSSS classes, as well as from where it gets the colors. Then you can just override those in your site template with a more precise CSS selector.

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in or Create an account to join the conversation.

  • amir00251
  • amir00251
  • OFFLINE
  • Posts: 66
  • Thanks: 2
  • Karma: 1
12 years 11 months ago #182732 by amir00251
Replied by amir00251 on topic Re: changing background colors of popups
Thank you for the tip. Below was the results and worked good.

.cb-tips-bg {
background-color: #333333 !important ;
}
.cb-tips-font {
background-color: #666666 !important ;
}
The following user(s) said Thank You: nant

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum