Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
calciotime
tagDiv Member

I solved by changing in functions.php of my child theme at line 16:

add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1001);
with:

add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 11);

Viewing 1 post (of 1 total)