Google Map

Discussion in 'ClassiCraft WordPress Theme' started by tcg007, Jul 8, 2018.

  1. tcg007

    tcg007 Member

    Joined:
    Feb 20, 2014
    Messages:
    51
    Likes Received:
    1
    Do you have a CSS code that will disable the entire map on the ClassiCraft theme?
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the map, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sidebar .sidebar_map {
        display: none !important;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page