Hi @NateWr
We are using your child theme (https://github.com/NateWr/default-manuscript). Thank you for this theme, it`s really nice and usefull for me.
I would like to know what to do to have just one item on the main menu in different color. (in my case I would like to have “Manuscript Submission” on the left site of the menu in different color to mark it clearly.
What I done until now (but without result):
-
In the primaryNavMenu.tpl file I identified the “Manuscript Submission” menu with id=“sub” like this:
…a id=“sub” href="{url router=$smarty.const.ROUTE_PAGE page=“submission”}">
{translate key=“information.submission”}
</a… -
I created an .css file like this:
.pkp_navigation_primary pkp_nav_list {
body#home ul#navigationPrimary li a#sub,
color: green !important;
} -
I uploaded the css file on “settings”, “website” but it doesn`t changed the color.
Someone with experiance can help?