Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2073572
hiden search icon from header meniu
Closed

Comments

  • Audrius started the conversation

    Hello,

    pleas help me hiden search icon from header meniu

  •  6,927
    Oliver replied

    HI!

    pls. use following css:

    li.menu-item.menu-item-search {
        display: none !important;
    }

     

    6707465710.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Audrius replied

    Its work :)

    How I can hiden text prortfolio name ? Look screenshot

    Text on portfolio  Page Title ? Look screenshot

    Portfolio share button ? Look screenshot

    Theme thumbnails option page is empty

  •  6,927
    Oliver replied

    Hi,

    pls. give me link to the page with this blocks.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Audrius replied

    Share button and name portfolio : http://epen.lt/biurai/

    Title page(Naujamiestis )  :  http://epen.lt/portfolios/naujamiestis/

  •  6,927
    Oliver replied

    Hi,

    1. Set page tittle style disabled in the page settings. or CSS:

    .page-title-title h1 {
        opacity: 0;
    }
    

    2. CSS:

    .portfolio:not(.columns-1) .portfolio-item .wrap > .caption {
        display: none;
    }
    

    3. CSS:

    .portfolio-item .image .overlay .links a.icon.share {
        display: none !important;
    }
    

    add the code in the page custom css filed, here:

    5110651633.png


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver