Mar 29, 2021 7:19 pm
Please help me out!!!
3 Replies
Mar 29, 2021 7:43 pm
you have to add the location to your used layout post.php
look here How do I ad Member Locations?
then you can add flags via css title attribute
css example for Germany
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .custom_field-2 a[title="Germany"]::before {
background-image: url(/wp-content/uploads/foren-icons/germany_flag.png);
background-repeat: no-repeat;
display: inline;
content: "";
position: absolute;
width: 24px;
height: 15px;
margin: 3px 0 0 -35px;
}