Home Forums Free Themes Travel Eye Instagram link

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #39418
    akituya
    Participant

    Hi team, question, how can I integrate an instagram icon to redirect customers to my account from the website?

    Thanks!

    #39434
    akituya
    Participant

    Also got another question like wwinga

    Any custom CSS I could use to make the pages image (headband?, the one with the guys taking pictures) CLEAR? Thanks!

    #39472
    wensolutions
    Keymaster

    Hello @akituya,

    You can have the Instagram icon on your site in the header section. For this you need to create the social menu by placing the custom links of the Instagram in Admin Panel > Appearance > Menus. After creating the menu assign the created menu in the social location by going to Admin Panel > Appearance > Customize > Menus > Menu Locations.

    Them go to Admin Panel > Appearance > Customize > Theme Options > Header Options and enable the Show Social Icons field.

    To remove the overlay effect please use below CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .so-widget-sow-hero .sow-slider-base ul.sow-slider-images li.sow-slider-image::after {
       background: transparent;
    }

    Hope this helps.

    Best regards!!

    #39540
    akituya
    Participant

    Awesome, thanks for your help, instagram all good but for the trasnparency i was after the trasnparency of the headban on every pages, not the slide pic on the home page.. Is this possible to do? Thanks!

    #39660
    wensolutions
    Keymaster

    Hello @akituya,

    To remove the overlay effect in the header section of the pages please use below CSS.

    #custom-header::after {
     background: transparent;
    }

    Hope this works out.

    Best regards!!

    #39662
    akituya
    Participant

    yep thanks!

    #39665
    wensolutions
    Keymaster

    Hello @akituya,

    Glad we could help you.

    If you have any issue further, please let us know .

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/view/theme-reviews/travel-eye

    Best regards!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.