1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved CSS selector for last item in the navigation? Ultimate menu #1.

Discussion in 'Basic Support Forum' started by Lauren, Jul 9, 2018.

  1. Lauren

    Lauren New Member
    Divi Ultimate Header Plugin

    Hi there,

    what is the css selector for the last menu item in the nav?

    I'm using layout 1 and have put a background on the get a quote button (to the right of contact) but want the current page link text to be blue, not the same green as the background.

    I have tried the below along with many other combinations but can't get it to work:
    .et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li.current-menu-item a {
    color: #0E76BC !important;
    }

    .et_pb_menu_page_id-43446 a{
    color: #0E76BC !important;
    }

    Note I only want this change to occur for the last item in the navigation not all of them.

    Thank you

    Lauren
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Tons of elegant premade sidebar styles to choose from for your Divi site:Learn More
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

  3. Lauren

    Lauren New Member
    Divi Ultimate Header Plugin

    No luck I'm afraid. But your code helped me solve it. The code that worked was:

    .et_pb_fullwidth_menu_0.free-header-menu .fullwidth-menu-nav>ul>li:last-child a {
    color: #0E76BC!important;
    }

    Thanks so much!

    Lauren
     
    1. PRO MEMBER PERKS Divi Ultimate Footer Plugin - Custom global Divi footer (20 premade styles) + Revealing footer effect:Learn More