Easystore/ Changing Colors In Dropdown Fields - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Easystore/ Changing Colors In Dropdown Fields

MR

Mathias Reinhard

EasyStore 2 months ago

Hi all,

where do i need to adjust to change

  1. The text color of a dropdown field
  2. The backgorund color of a dropdown field

To be clear: I mean the colours of the respective selection range, not the dropdown item item itself.

Thanks in advance

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #200153

Hi

Glad to know that its now solved. You can now close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #200012

Hi

Thanks for contacting us. You can use this CSS in your custom.css file

  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
        background: #8d18a8 !important; 
  }

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #fff !important;
}

-Regards.

0
MR
Mathias Reinhard
Accepted Answer
2 months ago #200018

Thanks for the quick answer.

I added this to my custom.css (i use the "Rythm" template), but it didn't work.

I also tried to update the entries in preset1.css, didn't change anthing

0
MR
Mathias Reinhard
Accepted Answer
2 months ago #200065

Issue is solved meanwhile, found it out by myself

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #200309

Thanks for accepting the answer.

0