How to change Google Maps on Frontpage to a featured pic or slider

Discussion in 'GeoCraft WordPress Theme' started by millmead2, Dec 29, 2015.

Thread Status:
Not open for further replies.
  1. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    How to change Google Maps on Frontpage to a featured pic or slider

    i.e instead of the map of the world displayed on the homepage, how can I display a picture and what should the dimension of the picture should be?

    Regards.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To add an image instead of the map, you just need to follow the screenshot given below.

    image_instead_map_homepage.png

    And at last paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_image img {
        width: 100%;
        height: auto !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    rogerb likes this.
  3. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Thanks so much.

    Regards.
     
  4. priya

    priya Guest

    You're welcome..

    Do let me know if you need further assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page