Plugin Author
dan009
(@dan009)
Hi,
Thank you for using the plugin.
For the moment I am not offering a way for non-technical users to style the infobox.
But if you have css knowledge you can have your own style.
To select the whole infobox select class .bmp_pin_info_container.
To add your custom style check your theme, if you can add custom css, or use a plugin to push the style in pages.
If you need specific help contact me at developer@tuskcode.com
Thread Starter
khoavo
(@khoavo)
Hey there, Thanks for the the response!
I’ll reply here in case other users may find this useful.
The CSS: https://prnt.sc/rexu10 – Works to change the font color: https://prnt.sc/rexu7x
But the CSS to change the background color of the info-box container & down arrow: https://prnt.sc/rextvi – Doesn’t seem to work: https://prnt.sc/rexu7x
I’m using a theme with Elementor, Child theme activated. Let me know. Thanks!
Plugin Author
dan009
(@dan009)
Hi,
You need to use !important at the end to overwrite the initial style.
.bmp_pin_info_container{
background-color: #fff !important;
}
Good luck
Thread Starter
khoavo
(@khoavo)
Boom! You are the best! Works now, Thanks.
Hey, for the X close button: .bmp-infobox-close-svg – I can’t change the fill color using CSS, can I? It’s currently black, need it to be white.
Plugin Author
dan009
(@dan009)
Hi,
Have a look online how to change svg color.
You should find some solutions.
If you are changing the image, bare in mind it will be replaced on the next update.
Regards