I have 8 questions Please Help

Discussion in 'Foogo Pro WordPress Theme' started by faceless4all, Mar 22, 2018.

  1. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Firstly I have posted twice called ' Portfolio Gallery' please close those two posts and now could you please advise on following 8 questions. Thank You.

    1. How can I remove the words 'read more' that appear on hovering the feature images?
    2. How can I remove the clickable 'read more' link of the feature images?

    3.How can I remove the blog section homepage?

    4.How can I remove the video section on homepage?


    5.How can I make a photo gallery for the site? (There is no option in the page attributes menu, and there is no 'portfolio gallery' that is mentioned in the documentation ?? Please help this is very important for my website)
    6.What recommended photo size for photo gallery?
    7.How can I remove the overlay color on all the site headers?
    8.How to remove search bar on the post headers?
     
    Last edited: Mar 22, 2018
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Thanks for contacting us,

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

    Code:
    .front-slider .owl-item .item span.zoom a {
        display: none;
    }
    We need WordPress admin credentials to configure it.
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do it for you.

    For 3 & 4, please paste the below-given code:

    Code:
    #section_blog {
        display: none;
    }
    To create a gallery page, just follow the this linked video: https://screenpresso.com/=5U5gb

    There is no recommended size.

    To remove the overlay color, Please use this CSS code:

    Code:
    #header .header-overlay {
        background-color: rgba(109, 86, 142, 0);
    }
    To remove search bar, please use the below CSS code:

    Code:
    #sub_header .st-title-wrap {
        padding-bottom: 90px;
    }
    .st-title-wrap #searchForm .search-form .search-field {
        display: none;
    }
    .st-title-wrap button#searchsubmit button#searchsubmit {
        display: none;
    }
    I hope these will help.

    Do let me know if you need further assistance.

    I will be glad to assist you.

    For more help, you can explore our Support Forum, Documentation and FAQ's
    Forum Link: https://www.inkthemes.com/community
    Theme Documentation: https://www.inkthemes.com/documentation/
    FAQs Link: https://www.inkthemes.com/community/forums/frequently-asked-queries-faq.174/

    Regards,
    Akbar
    InkThemes.com
     

Share This Page