• Resolved losrack

    (@carlos-jaramillo)


    Hi,

    I have styled my navigation colors and all with child-theme css style, so far so good but I haven’t been able to style the font-weight …

    I think I am missing some thing here. Any help would be much appreciated.

    this is the site …

    • This topic was modified 8 years, 2 months ago by losrack. Reason: typo
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    Looks like you’re using the selector ul#menu-principal li.menu-item a:link for change the link colors. You can use this same selector for changing the font weight.

    ul#menu-principal li.menu-item a:link {
    font-weight: 700;
    }

    Cheers

    Thread Starter losrack

    (@carlos-jaramillo)

    Hi James …

    Yes I did use it but it did not work the first time …

    Now it works! … maybe some cache going on.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘navigation font-weight’ is closed to new replies.