BBPress Reply Buttons Style

Posted in: Newspaper
Post count: 13

Hello all,

Small issue. I’ve implemented BBPress and things seem to be ok.

When I activate the Visual Editor though I seem to only be able to get one rather hideous style of button. I can’t for the life of me find anywhere to change the styling.

I’ve tried BBP Style Pack but although the Text buttons can be styled there’s no option to style the Visual Editor buttons. The buttons do look like they are styled somewhere by Newspaper but I can’t find where.

Any help would be very much appreciated.

Cheers!

Post count: 35449

Hi,

If you want to style the BBPress button yu can try this custom css
.bbp-form .button {
background-color: #1e8cbe;
color: #FFF;
font-family: "Oswald", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow: none;
font-size: 26px;
font-weight: bold;
}

.bbp-form .button:hover {
background-color: #1e8cbe;
color: #FFF !important;
}

Set the code in Newspaper >Theme Panel>Custom code>Custom css

Thank you!

Post count: 13

Hi Calin,

Thanks very much for the reply. The code works for the text buttons but the Visual Editor buttons seem to be adopting a style from elsewhere.

I used BBP Style Pack to turn on the visual editor in BBPress – which is usual but the buttons are taking style from somewhere else and the code you kindly supplied above only affects the text editor buttons.

Any idea where I can set them or what the css might be?

Many thanks.

Post count: 35449

Hi,

Please provide me a link were I can inspect this button, in this way I will be able to provide you a better answer.

Thank you for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.