Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #16801
    K.S
    Member

    How do I get rid of the white space around the header logo?

    My site is http://tokuwcmaastricht.com/

    #16818
    Lauren
    Member

    Really good question. I would like my logo to have a transparent background, but it won’t do that. I’m interested in an answer to this also.

    #16825
    Sakin
    Keymaster

    @K.S: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box and then upload larger image as your image width is not enough for full width.
    #hgroup-wrap, #site-logo { padding: 0; }

    #16826
    Sakin
    Keymaster

    @Lauren: I need to check in your site. So, send me your site URL.

    #16873
    Lauren
    Member

    tagends.com — but the logo is not shown, since I took it down.

    Thanks, Sakin.

    #16876
    Lauren
    Member

    @sakin – as long as I have you, and there is no other option available to me, can you tell me how I can ask a question, initiate a topic or even get results to my search queries in forums? Sorry to be so dense. I am new to this theme.

    #16893
    Sakin
    Keymaster

    @Lauren: You need to add logo and then let me know it. Then I can check in what can I do to it.

    If you want to ask questions you can first login with your account at http://catchthemes.com/my-account/ and then go to support forum at http://catchthemes.com/support-forum/. Select the forum where you want to create question. For Catch Responsive, you need to go to http://catchthemes.com/forum/catch-responsive-premium/ and then scroll down you will see “Create New Topic in Catch Responsive | Premium WordPress Themes” forum. Just add in your question there.

    #16909
    Lauren
    Member

    @sakin – thanks for your replies. I uploaded the header. I understand that it would need to be resized to fill the space, and I would not need the title and tagline necessarily (though I like having the option to include them). I also wonder how I might change the color of the tagline text.
    Thanks huge.
    Lauren

    #16923
    Sakin
    Keymaster

    @Lauren: You can change the color code as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-description { color: #7a7a7a; }

    #17132
    K.S
    Member

    Thanks, how can I add a logo to the footer of my site?

    #17138
    K.S
    Member

    Also, my featured image slider is not working anymore. My site is http://tokuwcmaastricht.com/

    #17164
    Sakin
    Keymaster

    @K.S: I just check in your site and I think you have customize the core theme files such as footer.php, style.css and so on. Please revert back the core theme files and your slider will work fine.

    #17170
    K.S
    Member

    @Sakin thanks. How do I revert to the core theme files? will I lose customizations?

    #17179
    Sakin
    Keymaster

    @K.S: Yes, you will loose your custom code that you have added in core theme files, as all the core theme files will be reverted back to original even when you update it. So, we don’t recommend to edit any core theme files. You can customize the theme from “Appearance” tab. All these customization will be not be reverted.

    For now can you just replace footer.php with the original and check in. You can actually remove the footer copyright from “Appearance => Theme Options => Footer Editor” Box. You don’t need to edit footer.php file.

    #17225
    K.S
    Member

    Thanks!, it works now!

    #17329
    K.S
    Member

    How do I change the white background on the featured content of the featured content on the page? I want it to be the same grey background of the rest of the site.

    Also, How do I put the headings of the Home Page featured content above the featured images?

    Url – http://tokuwcmaastricht.com/

    #17332
    Sakin
    Keymaster

    @K.S: I am not sure about your question. It’s bit confusing. But If you want to add image background in main container then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main {
        background: url("http://tokuwcmaastricht.com/wp-content/uploads/2013/11/back.jpg") repeat scroll 0 0 transparent;
    }
    #17335
    K.S
    Member

    Thanks!

    How do I make the titles of the featured content on the home page appear above the featured images?

    #17359
    Sakin
    Keymaster

    @K.S: There is no option to do that. For that you need to customize the theme bu building child theme and adding the code in child theme functions.php files. This is bit complex task so you need to hire customizer.

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Header-white space’ is closed to new replies.