Home › Forums › WoodMart support forum › Font Color
Font Color
- This topic has 19 replies, 2 voices, and was last updated 4 years, 9 months ago by
Elise Noromit.
-
AuthorPosts
-
May 27, 2020 at 8:28 pm #198435
tonysharkParticipantHow can I change the font color to white so it is not the same as the orange background color.
In this case because the colors are the same, text is not showing. See screenshot.
Thanks
Attachments:
You must be logged in to view attached files.May 27, 2020 at 9:55 pm #198451
Elise NoromitMemberHello,
Please provide the site admin access to the private area and page URL I will check and suggest.
Best Regards
May 28, 2020 at 11:28 am #198628
tonysharkParticipantIt is the dokan multivendor dashboard and it should like this
Attachments:
You must be logged in to view attached files.May 28, 2020 at 12:07 pm #198654
Elise NoromitMemberHello,
We do not have Docan instruction. Please refer to the plugin documentation.
Best Regards
June 2, 2020 at 7:28 pm #200060
tonysharkParticipantThis is controlled by a css in woocommerce. How do i see it correct issue?
menu-mega-dropdown .sub-sub-menu li a:hover {
color: #ff4900;Attachments:
You must be logged in to view attached files.June 2, 2020 at 7:44 pm #200071
tonysharkParticipantA couple more screenshots
Attachments:
You must be logged in to view attached files.June 3, 2020 at 9:15 am #200202
Elise NoromitMemberHello,
Try this code:
body .menu-mega-dropdown .sub-sub-menu li a:hover { color: #ff4900; }
If it does not work, please provide the page URL.
Best Regards
June 3, 2020 at 11:09 am #200260
tonysharkParticipantColor should be white as below.
color: #ffffff;
Thanks
June 3, 2020 at 12:09 pm #200290
Elise NoromitMemberJune 3, 2020 at 12:11 pm #200292
tonysharkParticipantI have done it and it has not worked.
Thanks
June 3, 2020 at 3:04 pm #200345
Elise NoromitMemberHello,
Please provide the site admin access to the private area and page URL.
Best Regards
June 3, 2020 at 8:27 pm #200421
tonysharkParticipantHere it is once again.
Thanks
June 4, 2020 at 8:52 am #200555
Elise NoromitMemberJune 4, 2020 at 2:12 pm #200719
tonysharkParticipantThe problem is on this css line 41.
xts-theme_settings_default-1591278699.css
changed it to ffffff
Attachments:
You must be logged in to view attached files.June 4, 2020 at 2:18 pm #200725
tonysharkParticipantIt inherits primary color from theme settings which then conflicts with any similar background on the page.
June 5, 2020 at 8:02 am #200922
Elise NoromitMemberHello,
As you know the price has the color which is set in the Theme Settings > Styles and colors > Prime color. This color is the same as the background of the blocks on the page.
The account you have provided does not have the rights to see the sales, I do not see the content you refer to. http://prntscr.com/su6wq5 That is why we cannot determine the correct selector for sure.
As per your screen we can suggest this custom CSS:
.dokan-dashboard-content .pack_content_wrapper .pack_price amount { color: #fff !important }
If this custom does not work, please provide us the account with the appropriate rights so that we could see the content and give your correct CSS.
Best Regards
June 5, 2020 at 9:35 am #200959
tonysharkParticipantHello,
You need to click on subscription button on the dashboard to see the problem.I have now changed the background color so it dos not conflict with text color.
Regards
June 5, 2020 at 12:43 pm #201025
Elise NoromitMemberJune 5, 2020 at 8:04 pm #201145
tonysharkParticipantPlease try now.
Thanks
June 6, 2020 at 6:36 am #201235
Elise NoromitMemberHello,
Now I see the content. Please try this custom:
.dokan-dashboard .dokan-dashboard-wrap .pack_price .dps-amount .amount { color:white; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register