Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17660
    JohannaE
    Member

    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!

    #17670
    Sakin
    Keymaster

    @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/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Trying to Customize my Title and Header Space’ is closed to new replies.