Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #17635
    Albert
    Member

    I’m using Simple Catch 2.6.7. Is there a way to make the font for the header and subhead larger?

    #17645
    Sakin
    Keymaster

    @Teabear: Do you mean your site Title and Tagline. If you are try to adjust that then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box. YOu can adjust the font size as per you need.

    h1#site-title { font-size: 45px; }
    h2#site-description { font-size: 14px; }
    #17653
    Albert
    Member

    Thanks. Prompt and helpful as always!

    #21684
    jagbabs
    Member

    Hello,

    How do I Move shorten the header height? And move the Search bar and menu up?

    thanks

    #21722
    Sakin
    Keymaster

    @jagbabs: Can you post your site URL then I can check in.

    #21820
    jagbabs
    Member
    #21863
    Sakin
    Keymaster

    @jagbabs: It’s because you have very large Logo and then site title. If you reduce these then your search will be at right side and it will look like our demo page at http://catchthemes.com/demo/simplecatch/

    Your header image: http://www.windsorcricketacademy.com/wp-content/uploads/2014/03/cropped-windsor_crown_logo11-300×287.png. Can you reduce that image width to 200px.

    #21885
    jagbabs
    Member

    Brilliant. That helps but still would like to move it up. I’ve reduced the buffer below for both title and image also. Be easy on me, I only started playing with css yesterday

    #21886
    jagbabs
    Member

    Wait! Managed to do it, just need to reduce the distance between Title and sub heading if you know how to do that?

    #22042
    Sakin
    Keymaster

    @jagbabs: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    Looks like you have added following CSS in style.css. Remove that.

    #site-title a {
        line-height: 145px;
    }

    Also don’t edit core theme file such as style.css, functions.php, index.php and so on. To add custom CSS, you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in child theme style.css file.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Header and subhead’ is closed to new replies.