Options

Navbar font color on a custom page

EtienneEtienne Registered Users Posts: 70 Big grins
edited August 15, 2015 in SmugMug Customization
Hi,

I am a new dgriner and french so I apologize if my english is Approximate :D

I would like to know if it is possible to change the color font of the navbar only on a specific page:
The default font color of the menu on each page are good for me, except on one page.

I use a smug mug block menubar.

On the specific page where I want a different font color, I use this CSS code :

.sm-page-widget-nav-toplink, .yui3-menu-item .yui3-menu-label,
.sm-page-widget-nav-toplink > a {

color: black;
}


But It does not work.

I can not put this code on Entire site because I want the specific color font navbar on only one page.

I do not want to change the font color of the page's theme on smug mug.


If someone can help.

Thanks

Etienne

Comments

  • Options
    EtienneEtienne Registered Users Posts: 70 Big grins
    edited August 7, 2015
    Resolved
    I find the solution on the forum clap.gif

    .sm-page-widget-nav a {color: #fff !important;
    vertical-align: middle;}

    Have a nice day.

    Etienne
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited August 15, 2015
    Glad you found the answer.
    And for what it's worth, I found your English EXACT, rather than approximate. :D
Sign In or Register to comment.