Home Forums WoodMart support forum Font Color

Font Color

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #198435

    tonyshark
    Participant

    How 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.
    #198451

    Hello,

    Please provide the site admin access to the private area and page URL I will check and suggest.

    Best Regards

    #198628

    tonyshark
    Participant

    It is the dokan multivendor dashboard and it should like this

    Attachments:
    You must be logged in to view attached files.
    #198654

    Hello,

    We do not have Docan instruction. Please refer to the plugin documentation.

    Best Regards

    #200060

    tonyshark
    Participant

    This 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.
    #200071

    tonyshark
    Participant

    A couple more screenshots

    Attachments:
    You must be logged in to view attached files.
    #200202

    Hello,

    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

    #200260

    tonyshark
    Participant

    Color should be white as below.

    color: #ffffff;

    Thanks

    #200290

    Hello,

    Just replace the color as per your needs. https://prnt.sc/ssz944

    Best Regards

    #200292

    tonyshark
    Participant

    I have done it and it has not worked.

    Thanks

    #200345

    Hello,

    Please provide the site admin access to the private area and page URL.

    Best Regards

    #200421

    tonyshark
    Participant

    Here it is once again.

    Thanks

    #200555

    Hello,

    I can not get to the page which you show on the screen https://prnt.sc/stjiek

    Best Regards

    #200719

    tonyshark
    Participant

    The 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.
    #200725

    tonyshark
    Participant

    It inherits primary color from theme settings which then conflicts with any similar background on the page.

    #200922

    Hello,

    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

    #200959

    tonyshark
    Participant

    Hello,
    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

    #201025

    Hello,

    Please provide the appropriate rights or correct URL https://prnt.sc/sucyma

    Best Regards

    #201145

    tonyshark
    Participant

    Please try now.

    Thanks

    #201235

    Hello,

    Now I see the content. Please try this custom:

    .dokan-dashboard .dokan-dashboard-wrap .pack_price .dps-amount .amount {
        color:white;
    }

    Best Regards

Viewing 20 posts - 1 through 20 (of 20 total)