• Resolved persoonlijkvaardiger

    (@persoonlijkvaardiger)


    Hi, I love your plugin, considering to upgrade.

    I managed te change the region tab font color using
    selector .oum-tabs {
    color: #50217B;
    }

    but if I try to change font-size by adding

    font-size:12px !important;
    }

    it’s not working. Can you help?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author 100plugins

    (@100plugins)

    Hi @persoonlijkvaardiger,

    Thanks for the nice words! Just use the CSS style like this:

    .open-user-map .box-wrap .tab-wrap .oum-tabs .nav-item {
      color: #50217B;
      font-size: 12px;
    }

    If it doesn’t work add a !important after the values.

    Best regards,
    Daniel

    Thread Starter persoonlijkvaardiger

    (@persoonlijkvaardiger)

    Thanks. It worked when I added !important.
    I bought the pro version.
    Now figuring out how to display a list of all locations ??

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