Tagged: header, search bar, title
- This topic has 1 reply, 2 voices, and was last updated 10 years, 11 months ago by Sakin.
-
AuthorPosts
-
November 26, 2013 at 9:47 pm #17660JohannaEMember
I am using the free Simple Catch theme, and having difficulty adjusting the header area as I would like.
First, I would like to remove the title below my header without removing the title at the top of the browser (or on the tab). I have not found a way to do this in the customization area – is there a CSS code for this?
I would also like to remove all of the extra space below my header, and have the social media links and the search bar in my sidebar instead of on top. Is this possible?
This is my page:
http://www.notesfromamessykitchen.com/\
Thank you!
November 26, 2013 at 11:53 pm #17670SakinKeymaster@JohannaE: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide title, search and social icons.
#site-details, #header .social-search { display: none; } #header #mainmenu { margin-top: 0; } #header .logo-wrap { padding-left: 0; } #site-logo a img { padding-right: 0; }
You can add social icon in your sidebar from “Appearance => Widgets”.
For more options, you can use Simple Catch Pro theme. See the details features of Simple Catch Pro at http://catchthemes.com/theme-instructions/simple-catch-pro/
-
AuthorPosts
- The topic ‘Trying to Customize my Title and Header Space’ is closed to new replies.