Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #92284
    calmo16
    Participant

    Hi,
    I’m still figuring out what to do with this search icon in the navigation bar. I’m very happy with the free version but the only thing that bothers me is this search option. Two questions:

    1) Is it possible to change the icon (text or use another ‘illustration’=icon)?
    2) How to get rid of this icon (and create more space for the menu that way)?

    Thanks in advance!

    BR
    calmo16

    #92285
    Mahesh
    Keymaster

    @calmo16: It uses the genericons, yes, you can change it to other icons of your choice with Custom CSS.
    To get rid of the icons, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-toggle {
        display: none;
    }

    Regards,
    Mahesh

    #92286
    calmo16
    Participant

    Thanks Mahesh,

    How can i change the icon exactly?

    BR calmo16

    #92289
    Mahesh
    Keymaster

    @calmo16: It depends on what you use, icons or image. For image you can use the following CSS:

    #header-toggle .genericon::before {
        content: none;
    }
    
    #header-toggle .genericon {
        background: url("http://icons.iconarchive.com/icons/elegantthemes/beautiful-flat-one-color/128/paint-brush-2-icon.png");
        background-repeat: no-repeat;
        background-size: 30px;
        margin-top: 10px;
    }

    Note: I used the random pencil icon just for testing purpose and to show how to do it. You can use any image you want to. Replace the image url in the background. Background size and margin-top may vary as per the image used.
    Let me know if any problem.

    Regards,
    Mahesh

    #92292
    calmo16
    Participant

    Hi Mahesh,

    You just made my day!

    Thanks a lot,
    calmo16

    #92314
    Mahesh
    Keymaster

    @calmo16: Thank you for your appreciation. If you like my support and Clean Box theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/clean-box?rate=5#postform

    Have a nice day!!!

    Regards,
    Mahesh

    #92826
    calmo16
    Participant

    Hi again,

    Can you tell me how i get full search results (full posts) using the search box?

    Thanks again,
    calmo16

    #92828
    Mahesh
    Keymaster

    @calmo16: Do you mean to get full posts in search results? By default, the full post is displayed in search result.
    Let me know further.

    Regards,
    Mahesh

    #92844
    calmo16
    Participant

    Hi Mahesh,

    Nope, not here 🙂
    Check: http://www.beste-kapper.nl/?s=film

    Regards,
    calmo16

    #92860
    Mahesh
    Keymaster

    @calmo16: Your site says “Deze Website Is Momenteel Niet Actief!”.
    Let me know further.

    Regards,
    Mahesh

    #92865
    calmo16
    Participant

    Hi Mahesh,

    I’m sorry, the site was ‘under construction’.
    Now you should see what i mean (hopefully).

    I want no excerpts but the whole post – where i can click of cours 🙂

    BR
    calmo16

    #92902
    calmo16
    Participant

    Hi,

    I’ve figured it out.

    In content.php i’ve changed:
    <?php the_excerpts(); ?>
    into:
    <?php the_content(); ?>

    BR
    calmo16

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘search icon’ is closed to new replies.