1 Answers
Hi Bemajor !
To display the social links on the mobile version, you can open the header.php file find the line 80.
Replace the following code:
<ul class="social-links visible-desktop">
With new code:
<ul class="social-links">
Hope this helps !
Please login or Register to submit your answer