Jump to content
WebFlake
  • 0

bimcode


tone

Question

4 answers to this question

Recommended Posts

  • 1
On 9/8/2018 at 8:02 PM, tone said:

anyone have any clue why the bimcode is all white when using on IPB 4.3.4

the bimhide is working great, and with beautiful colors,  but the bimcode is all white, and unable to be seen.

thanks for the support.

its easy just goto admincp> themes> choose any theme and click on edit HTML/CSS >121a628666e06ab839ce71da062d25b2.gifand now goto CSS Tab > find and click on bimhidecontent.css and replace the all code in it with below
 

.bimHiddenBox {
background: #212327 !important; /* change with your color */
/*border: 1px solid #212327;*/
/*color: #000 !important;*/
}

#bimHiddenBoxLine{
border: 2px solid #212327; /* change with your color */
}

 

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...