Forum Replies Created

Viewing 20 posts - 10,721 through 10,740 (of 14,509 total)
  • Author
    Posts
  • in reply to: How to edit the "more"-link? #13998
    Sakin
    Keymaster

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

    a.more-link {
        font-weight: bold;
        text-decoration: underline;
    }
    in reply to: How to add an avatar #13991
    Sakin
    Keymaster

    @Sarah Althaus: WordPress don’t have that option default. So, either you need to register in gravatar or install plugin to upload your image from WordPress profile. You can use plugin like wordpress.org/plugins/metronet-profile-picture

    It’s good to register in gravatar.com, as after your registration your email will be attached to your gravatar image. So, you can comment in any other website and it will display your image.

    in reply to: custom css #13987
    Sakin
    Keymaster

    @alin.stafie: It’s strange. I am able to get your header image and slider in IE8 as well.

    in reply to: Removing Search Box from Top of Page #13985
    Sakin
    Keymaster

    @marcie1980: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header .social-search { display: none; }

    in reply to: Search box function #13984
    Sakin
    Keymaster

    @pele: Yes you can. Just go to “Appearance => Widgets”. Then in Header Right Sidebar, just add 1. CatchEverest: Social Widget.

    in reply to: Add Border to Pages #13983
    Sakin
    Keymaster

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

    .hentry, .no-results, #disqus_thread, #content .error404 {
        border: 1px solid #CCCCCC;
    }
    in reply to: Skype and uri #13982
    Sakin
    Keymaster

    @Evocom: We just add the social icon to add it. For custom script for skype, you can add it though widgets in “Appearance => Widget” and use “Adspace Widget” or “Text Widget”.

    in reply to: changing the header logo #13981
    Sakin
    Keymaster

    @richard: Check out the theme instruction of Simple Catch theme at http://catchthemes.com/theme-instructions/simple-catch.

    After you upload the image, you need to click in “Insert into Post”. See this screenshot http://pinterest.com/pin/548594798329798533/

    in reply to: Remove image borders from widgets. #13980
    Sakin
    Keymaster

    @Sonia: Yes you can remove that from Custom CSS. Can you send me your site URL so that I can check in and send you the css.

    in reply to: Adding text box widget in side bar for one page only #13953
    Sakin
    Keymaster

    @Charliecorns: Sorry I don’t understand what type of changes you are looking for. CAn you send me the screenshot.

    in reply to: custom css #13952
    Sakin
    Keymaster

    @alin.stafie: Can you add the following css in “Appearance => Theme Options => Custom CSS” and check in.
    #site-logo { width: 100%; }

    in reply to: Font size and bold #13951
    Sakin
    Keymaster

    @GAHC: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to increase the size of Homepage message.

    @media screen and (min-width: 1000px) { 
    #homepage-message { font-size: 40px; }
    }
    in reply to: Hide tags #13950
    Sakin
    Keymaster

    @p.pedicini: There you have to remove the whole footer entry meta by adding the following css.
    .single footer.entry-meta { display: none; }

    in reply to: Page width #13946
    Sakin
    Keymaster

    @tbrown: Your width is same as in demo site. Both are 1000px width.

    in reply to: How to add an avatar #13945
    Sakin
    Keymaster

    @Sarah Althaus: When I check in your site http://rapunzel-will-raus.ch/willkommen/. I see profile image in the comment. Usually avatar is taken from email address register in http://gravatar.com/

    in reply to: Box no Russian localization files #13944
    Sakin
    Keymaster

    @aabor: Great 🙂

    in reply to: Target to new window #13943
    Sakin
    Keymaster

    @Plainfield Library: Yes, there will be only to open in new tab that is call new window. There is no option to open as new window ads.

    in reply to: Two questions #13942
    Sakin
    Keymaster

    @crease123:
    1) How do I center-justify the captions for my images? Right now, they are all left-justified.
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .wp-caption p.wp-caption-text { text-align: center; }

    2) For the search bar in the header, how do I make the area where you type gray? My header background color now is white, and the search bar type area can’t be seen because of that.
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #sidebar form.searchform input { background-color: #f5f5f5; }

    in reply to: Header hight and image #13940
    Sakin
    Keymaster

    @offirkeren: I don’t get it what you mean. Can you send us your site URL and then ask the qestion. For header image, you can upload the image of any size. You can just upload the header image from “Appearance => Header”, then browser and upload. After you upload the image, you can just click on “Don’t crop and publish as it is”.

    in reply to: Header Height #13939
    Sakin
    Keymaster

    @pchambers: Your question is quite unclear. By how much you want the header area small? Do you mean to remove the space above and below your header image.

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the padding top and bottom of header image.

    #site-logo { padding-top: 0; }
    #hgroup-wrap { padding-bottom: 0; }
Viewing 20 posts - 10,721 through 10,740 (of 14,509 total)