• Resolved richcollab

    (@richcollab)


    The ElementsKit nav menu won’t display the correct colour. I’d like it to be white #ffffff, but it is showing as #707070

    I’ve copied the inspect tab in question, I added the #ffffff within the elementor page editor, I have no idea where it is getting the #707070 from though and why that is overwriting the #ffffff

    Any help much appreciated!

    .elementor-32 .elementor-element.elementor-element-879e01b .elementskit-navbar-nav > li.current-menu-item > a?{

    1. color: #707070;

    }

    post-32.css…687213463:1

    .elementor-32 .elementor-element.elementor-element-879e01b .elementskit-navbar-nav > li > a {

    1. font-size: 19px;
    2. color: #FFFFFF;
    3. padding: 0px 15px 0px 15px;

    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Moin Munna

    (@moinmunna)

    Hi @richcollab,

    I understand the issue. Please add an !important rule after the code that you want to work on. In your case, use color: #FFFFFF !important; instead of only color: #FFFFFF;

    I hope this will solve the issue. If not, please share the link to your site. We’ll have a closer look and give you an update as soon as possible.

    Regards,
    Moin

    Thread Starter richcollab

    (@richcollab)

    Thank you @moinmunna ! If I add it to the Custom CSS area in elementor solves the issue yes.

    I was hoping to avoid little snippets of custom css though. Do you know where it is getting the #707070 colour from, I guess it’ll be somewhere in the elementskit navbar php file right?

    Is there a smarter way to make sure elementor has authority over the theme files in situations like this?

    • This reply was modified 1 year, 5 months ago by richcollab.
    • This reply was modified 1 year, 5 months ago by richcollab.
    Plugin Support Moin Munna

    (@moinmunna)

    Hi @richcollab,

    Please share the link to your site. We’ll have a closer look and give you an update as soon as possible.

    Regards,
    Moin

    Plugin Support Moin Munna

    (@moinmunna)

    Hello @richcollab ,
    I hope you’re doing fine.

    We haven’t received any update from you till the last response and assuming that the issue is resolved now. For that reason, I’m marking this thread as resolved. If you need further assistance, never hesitate to create a new thread. We are always here to assist you.

    Best Regards,
    Moin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ElementsKit Nav Menu text colour issue’ is closed to new replies.