Tagged: search icon
- This topic has 11 replies, 2 voices, and was last updated 8 years, 10 months ago by
calmo16.
-
AuthorPosts
-
May 25, 2016 at 2:21 pm #92284
calmo16
ParticipantHi,
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
calmo16May 25, 2016 at 4:18 pm #92285Mahesh
Participant@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,
MaheshMay 25, 2016 at 4:25 pm #92286calmo16
ParticipantThanks Mahesh,
How can i change the icon exactly?
BR calmo16
May 25, 2016 at 4:53 pm #92289Mahesh
Participant@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,
MaheshMay 25, 2016 at 5:33 pm #92292calmo16
ParticipantHi Mahesh,
You just made my day!
Thanks a lot,
calmo16May 26, 2016 at 9:31 am #92314Mahesh
Participant@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,
MaheshJune 3, 2016 at 3:21 am #92826calmo16
ParticipantHi again,
Can you tell me how i get full search results (full posts) using the search box?
Thanks again,
calmo16June 3, 2016 at 9:22 am #92828Mahesh
Participant@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,
MaheshJune 3, 2016 at 1:06 pm #92844calmo16
ParticipantJune 3, 2016 at 5:00 pm #92860Mahesh
Participant@calmo16: Your site says “Deze Website Is Momenteel Niet Actief!”.
Let me know further.Regards,
MaheshJune 3, 2016 at 5:33 pm #92865calmo16
ParticipantHi 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
calmo16June 4, 2016 at 1:12 pm #92902calmo16
ParticipantHi,
I’ve figured it out.
In content.php i’ve changed:
<?php the_excerpts(); ?>
into:
<?php the_content(); ?>BR
calmo16 -
AuthorPosts
- The topic ‘search icon’ is closed to new replies.