Viewing 3 replies - 1 through 3 (of 3 total)
  • You should add a class only at this menu item.

    Go to wordpress menu and at the top of the page at screen options there select menu classes

    Now add a class to that menu item and add different style at your plugin only for this page.

    If you need further assistance please ask

    Each page/post has a unique class added to the body element so you can target specific pages using that. For example, on the whats on page if you want to target the headings, eg, “Current Exhibition: Painting with Words @ The Willow Gallery”, and change it to 20pt from 10.5pt you could do something like:

    .page-id-2913 .ai1ec-event-title {
      font-size: 20pt !important;
    }

    Thread Starter daniish

    (@daniish)

    Brad Davis you’re a star!

    Thank you for explaining this to me so clearly, it’s really helpful.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change font size of a plugin output on a particular page’ is closed to new replies.