Dark Theme and Dropdown and Popup background color

  • siptec
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
13 years 2 months ago - 12 years 3 months ago #7877 by siptec
We are having an issue changing the color of the map/location popup issue with the address bubble.



Any help would be appreciated.
Last edit: 12 years 3 months ago by siptec.

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

More
13 years 2 months ago #7888 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Dark Theme and Dropdown and Popup background color
Hi

I went to your site to check and found that we will just need to change color of the text to use black color. To do that, please open the file components/com_eventbooking/assets/style.css, add these line of css into the file :
Code:
ul.bubble li{ color : #000 ; }

After that, I believe It will look fine .

PS : Do you know Firebug ? If you know how to use Firebug, It will be easier to find and modify necessary css element to meet your need .

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

  • siptec
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
13 years 2 months ago #7893 by siptec
Perfect! Thank you!

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

Moderators: Tuan Pham Ngoc