• Resolved michaeljohnparsons

    (@michaeljohnparsons)


    I am using TwentyTwenty theme and have bbp Style Pack add-in activated and all is working well and I’ve set the various settings up in bbp Style Pack … but I cannot find a setting to change the font size of the “Create New Topic” and “Subscribe” links on the Topic List/Index form; nor how to change the font size on the “Favourite” and “Subscribe” links on the Topic Reply form. Any advice gratefully received!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Robin W

    (@robin-w)

    put these in the custom css tab of my plugin

    create new topic

    .entry-content fieldset legend {
    font-size: 24px !important;
    }

    subscription

    a.subscription-toggle {
    font-size: 24px !important;
    }
    Thread Starter michaeljohnparsons

    (@michaeljohnparsons)

    Thanks for speedy response – amazing service!

    That has worked great for the ‘Subscribe’ links (both on the Topic Index page and the Topic Reply page).

    Please can you do the same trick with the ‘Favourite’ link on the Topic Reply page?

    The ‘Create New Topic’ coding you have given has changed the font for the ‘Create New Topic’ link *under* the Topic Index – but I was actually trying to change the font of the ‘Create New Topic’ link that appears up between the Breadcrumbs and the ‘Subscribe’ link *above the Topic Index* – inserted via your #5 on Forum Display plugin tab.

    Sorry for not being clear originally.

    cheers
    Michael

    Plugin Author Robin W

    (@robin-w)

    favorite

    a.favorite-toggle {
    font-size: 24px !important;
    }
    Plugin Author Robin W

    (@robin-w)

    how many buttons (if any) do you have as part of

    dashboard>settings>bbp style pack>buttons

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font size for Create New Topic / Subscribe / Favourite buttons’ is closed to new replies.