• Call Outs – Hide them

    [email protected]
    Participant

    At the top of the page are Call Outs for Apple and Google Play.
    I would like to HIDE these…

    How do I do this? Can you give me CSS or directions to do this?

    Also, there appears to be some kind of error on this page when loaded:
    Warning: Invalid argument supplied for foreach() in /home/thejohn2/public_html/belove/wp-content/themes/napapp/inc/actions-config.php on line 216

    1 Reply
    Adnan Shawkat
    Keymaster

    You can use the below css to hide the social icons in banner section.

    
    .app-icons.text-center {
        display: none;
    }
    

    Regarding the error I think you must have missed something. Can you give us a temporary admin access so that we can have a look at it?

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.