Is there a way to have the main links to the "Pages" be different from each other? Maybe have one bold and the rest not, or have them different colors.
Is there a way to have the main links to the "Pages" be different from each other? Maybe have one bold and the rest not, or have them different colors.
Each link has a class (e.g. "page-item-10"). You can make just this link bold by adding an appropriate declaration (e.g. ".page-item-10 a { font-weight: bold; }") to your style.css theme file.
- Tim
This topic has been closed to new replies.