• Resolved a305587

    (@a305587)


    Hello,

    I love everything about WPForo except the controls for changing colors. I don’t believe it could be more complicated if they tried.

    I’d like to change the colors of the forum header sections of my forum (see attached).

    View post on imgur.com

    The color picker section does not make sense to me however. I’ve read the documentation here, it also does not make sense:
    https://wpforo.com/docs/root/forum-themes/theme-styles/

    This is extremely complicated. I just want to change one color. I do not know what these elements are called so I don’t know where in the documentation these are referenced. Can someone tell me where/how do I do this?

    Thank you.

    • This topic was modified 4 years, 9 months ago by a305587.
Viewing 3 replies - 1 through 3 (of 3 total)
  • gVectors Support

    (@gvectorssupportmember)

    Hi @a305587,

    Please navigate to the Dashboard > Forums > Settings > Styles admin page put the following CSS code in the “Custom CSS code” textarea:

    #wpforo-wrap .wpfl-2 .wpforo-category, #wpforo-wrap .wpfl-1 .wpforo-category, #wpforo- 
      wrap .wpfl-4 .wpforo-category, #wpforo-wrap .wpfl-3 .wpforo-category {
           background-color: #6B2552 !important;
       }

    The value of background-color should be changed as you like.

    Please don’t forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

    Thread Starter a305587

    (@a305587)

    Thank you, this was helpful.

    Cheers!

    Thank you too. It worked.
    kind regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I just want to change the color’ is closed to new replies.