Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #305648
    9828sjjo
    Participant

    Hello!

    I’ve been using foodie world to create the website http://www.falgo.se and I can’t manage to fins where I change the link that’s embedded in the “read more”- btn in the hero slider. Since the page is in Swedish the button now says “Läs mer” but somehow the link goes to one of my product pages, http://www.falgo.se/sas1. I’d like to change the link to another page within the website, where can I change this ? Not I WordPress so I guess it’s in the php code somewhere?

     

    Also, where do I remove the search icon from the meny?

     

    Thanks!

    Johanna

    #305666
    Skandha
    Participant

    @9828sjjo: Hello Johanna,

    In the free version you can only select pages for the featured slider and the button will link to the page you have selected. To add a custom link for the slider images you will need to use the Custom Type which is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the pro version of the theme.

    To remove the search icon

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .search-content-wrapper-top.menu-wrapper {
    display: none;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #305672
    9828sjjo
    Participant

    Hello again! That code seems to remove the entire meny instead of just the search icon. Is there any other way?

    #305728
    Skandha
    Participant

    @9828sjjo: Hello Johanna,

    I checked your site and the CSS I provided you above seems to be working fine. Are you still having any issues with the search icon?

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change the link in the button displayed in the hero slider’ is closed to new replies.