remove search box
-
how can I remove the search box on top of Bueno theme along with the black line?
-
-
Hi there – you should be able to get rid of the search box and black bar at the top by using this code:
#topsearch { display: none; }Let me know if that does the trick.
If you need further help with CSS, feel free to post in our CSS Customization forum.
-
-
-
good morning
in my post called “the pure heartbreak” the poem at the very end is being impossible to format just like it would be in a book. i tried a few things like paste from word, show as plain text and even none worked.
i want to use “very dark grey” for my posts.. how can i make it default color for fonts in my posts and also pages. i mean you know for the written content and not for the titles etc.
thanks!
-
in my post called “the pure heartbreak” the poem at the very end is being impossible to format just like it would be in a book. i tried a few things like paste from word, show as plain text and even none worked.
You may want to take a look at our guide to writing and formatting poetry.
i want to use “very dark grey” for my posts.. how can i make it default color for fonts in my posts and also pages. i mean you know for the written content and not for the titles etc.
Try adding this code to your CSS:
.entry { color: #333333; }
- The topic ‘remove search box’ is closed to new replies.