nick_wireless
Customize links font size in Header component of Nuxt UI Pro
Here is my repo link with more details: https://github.com/nick-wireless/simplified-base/tree/6c512b6a47cb2d7569029f7bc585061e07309c99
9 replies
Customize links font size in Header component of Nuxt UI Pro
I'd like to keep this issue open. I have a different question on the same Heading. I have a setup with my links provided in the Header.vue component. I land on these links to a specific link such as
/progress/project-updates
or /newsroom/comms_centre
. The links work, however I'd like to have the isActive
class within the Header always active for /progress/
links within the header... not just the single /project-updates
.
Like you, I'm wondering how to target the #center slot...9 replies
Customize links font size in Header component of Nuxt UI Pro
Like you, I tried what you have but with
centre: 'italic'
... this worked, but I couldn't make the text-2xl
work. This makes me think it happens elsewhere... I tried configuration in app.config.ts for master over-ride, I couldn't get that to work either, however...9 replies