Forum breadcrumbs – You are here:Asgaros Support ForumSupportQuote box color
Please or Register to create posts and topics.

Quote box color

Hi 🙂

Again thx for the this nice forum.

I have a question regarding the Quote box color.

Is it possible to change this somehow?

Atm. it is a bit to close to the color of the forum background color (first) and thus almost indistinguishable.

 

Kind regards

Caligo 🙂

Uploaded files:
  • quotebox.PNG

Hey @caligo,

you have to insert a custom css style to adjust the background color:

#af-wrapper blockquote {
    background: darkgrey;
}

If it will not work you have to add the !important statement:

#af-wrapper blockquote { 
    background: darkgrey !important; 
}

 

Asgaros and Caligo have reacted to this post.
AsgarosCaligo
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.

Thanks, that worked perfectly 🙂

It’s really nice with this fast support.

Asgaros has reacted to this post.
Asgaros