Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

locationLinkColor #1111

Closed
2 tasks done
4noxx opened this issue Aug 30, 2023 · 3 comments
Closed
2 tasks done

locationLinkColor #1111

4noxx opened this issue Aug 30, 2023 · 3 comments
Labels
type/bug Something isn't working

Comments

@4noxx
Copy link

4noxx commented Aug 30, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

not possible to change the color of location link
locationLinkColor without function

Expected behaviour

locationLinkColor should change the color of a location link in event calendar

Steps To Reproduce

No response

Mode

Event (default)

Card Version

7.6.1

Home Assistant Version

23.8.4

Configuration

type: custom:atomic-calendar-revive
enableModeChange: true
defaultMode: Event
locale: de
eventTitleColor: black
timeColor: black
dateColor: black
locationIconColor: black
locationLinkColor: black
locationTextSize: 100
nameColor: black
entities:
  - entity: calendar.geburtstage
    name: Geburtstage
  - entity: calendar.feiertage_in_deutschland
    name: Feiertage in deutschland
showDeclined: false
showLoader: true
disableCalLink: false
disableCalLocationLink: false
disableCalEventLink: false
showLastCalendarWeek: false
calShowDescription: false
showDescription: false
disableEventLink: false
showProgressBar: true
card_mod:
  style: |
    ha-card {
      font-size: 16px;
      min-height: 300px;
      max-height: 300px;
      border: 0;
      ha-card-box-shadow: none;
      background-color: transparent;
      border-radius: none;
    }

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@4noxx 4noxx added the type/bug Something isn't working label Aug 30, 2023
@github-actions
Copy link

Hello @4noxx, thank you for your interest in our work!
If this is a bug report, please provide your configuration and any screenshots that would assist troubleshooting, otherwise we can not help you.

@4noxx
Copy link
Author

4noxx commented Aug 30, 2023

image

@marksie1988
Copy link
Collaborator

Try the following with Card Mod.

card_mod:
  style: |
    a.location-link {
      color: black;
    }

@totaldebug totaldebug locked and limited conversation to collaborators Sep 5, 2023
@marksie1988 marksie1988 converted this issue into discussion #1131 Sep 5, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants