• Resolved captzeanie2016

    (@captzeanie2016)


    Hi,

    Just tweaking the colors after installing bbPress as it’s not really picking up the Temprea Theme colors. So I have installed this plugin.

    When viewing the forum post pages, the Author name has a pinkish background. I would like #222222 as the background color.

    So, on the styling in “Topic/Reply Styling”, in the image of styling is #7 Author Name Font.
    but there is no option to change the background, just the font and font style

    Where can I change the backgroung color for #7 Author Name

    Thanks

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

    (@robin-w)

    Not one I have coded as most themes have it as transparent

    add this to the custom css tab in my plugin

    #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    	background:  #222222 !important ;
    }
    Thread Starter captzeanie2016

    (@captzeanie2016)

    Thanks Robin.

    The changes worked.
    However as I delved in deeper into BBPress I found lots of places where this pinkish background was being used, so I shall slowly have to work through all the CSS

    I can only assume that BBPress and the Theme Tempera do not work well.

    Thansk

    Plugin Author Robin W

    (@robin-w)

    some themes are better than others. First I seen that affects the background -which is why I don’t have a setting for it !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Author Name Background Color’ is closed to new replies.