Forum Replies Created

Viewing 20 posts - 11,381 through 11,400 (of 14,509 total)
  • Author
    Posts
  • in reply to: boarder color #11970
    Sakin
    Keymaster

    @Armandos: Here goes the css to hide those borders.
    #supplementary .widget-title, .hentry img { border: none; }

    Thanks for your appreciation.

    in reply to: Optional Sidebar One Issue #11960
    Sakin
    Keymaster

    @adasprom: Go to “Appearance => Theme Options => Footer Editor” and add the following code.
    <div class="copyright">Copyright &copy; [the-year] <span>[site-link]</span>. All Rights Reserved.</div><div class="powered">Designed by <a target="_blank" href="http://www.montechcentral.com.au" title="Montech Web Design">Montech Web Design</a></div>

    in reply to: boarder color #11957
    Sakin
    Keymaster

    @Armandos: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider, #colophon, .hentry, .widget { border: none; }

    in reply to: Reduce space/padding below image slider on homepage #11936
    Sakin
    Keymaster

    @MrJonnyJones: It’s same thing, you can adjust the padding top by adding in the following css in “Appearance => Theme Options => Custom CSS. box.
    #main { padding-top: 50px; }

    in reply to: Remove header/footer from single Page #11935
    Sakin
    Keymaster

    @Dongers: In the same way you can remove header. get_header();

    in reply to: Shortcode in Featured Content Text #11934
    Sakin
    Keymaster

    @mrse2008: It doesn’t accept the shortcode.

    in reply to: Remove faint line around images #11933
    Sakin
    Keymaster

    @MrJonnyJones: You can use
    img.wp-post-image { box-shadow: none; }

    in reply to: Header Issues #11932
    Sakin
    Keymaster

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

    /* To Center Header Image */
    #site-logo, #header-left { float: none; }
    #hgroup-wrap #site-logo img { margin: 0 auto; text-align: center; }
    /* Header Padding top and bottom */
    #hgroup.with-logo { display: none; }
    #site-logo { padding-top: 40px; }
    #hgroup-wrap { padding-bottom: 40px; }
    in reply to: Optional Sidebar One Issue #11917
    Sakin
    Keymaster

    @adasprom: I check in your site and see css missing. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #primary { float: left; }

    in reply to: OLDER POSTS not working #11914
    Sakin
    Keymaster

    @katiazev: Can you check your Jetpack plugin settings. I think you have active “Infinite Scroll” module.

    in reply to: Lowercase text for navigation menu #11912
    Sakin
    Keymaster

    @rbrt_bene: Thanks 🙂

    in reply to: Centre Header Image #11911
    Sakin
    Keymaster

    @adasprom: Nice 🙂

    in reply to: Centre Header Image #11910
    Sakin
    Keymaster

    @adasprom: Nice 🙂

    in reply to: boarder color #11909
    Sakin
    Keymaster

    @armandosarris: Sorry I don’t get it what are you trying to do it. Can you send me your site URL and then explain it.

    in reply to: Center Footer #11908
    Sakin
    Keymaster

    @MrJonnyJones: Add the following css in “Appearance => Theme Options => Custom CSS” box.
    #site-generator .copyright { text-align: center; width: 100%; }

    in reply to: Header, menu and search box questions #11907
    Sakin
    Keymaster

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

    1) Add a line between each item in the menu. I would like division in the menu bar like this website (I found on your forum): http://timewisefoundation.org.uk/
    — Add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu a { border-right: 1px solid #b18da5; }

    2) Change color of header text’s shadow. The default color is white (I think).
    — Change the color code as per your need and add the following css in “Appearance => Theme Options => Custom CSS” box.
    #site-title { text-shadow: 2px 2px #e6e6e6; }

    3) Change color of the text in search box. The default color is gray.
    — Add the following css in “Appearance => Theme Options => Custom CSS” box.
    input#s { color: #c56161; }

    in reply to: match color #11905
    Sakin
    Keymaster

    @kz2284: Yes best option will be use transparent image .png or you can use same color background in your logo. When I check your logo, you are using gradient background.

    in reply to: FEATURED IMAGES DON'T APPEAR #11904
    Sakin
    Keymaster

    @philipharper: You need to set the featured image. Not add to post. See this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    in reply to: Center Footer #11903
    Sakin
    Keymaster

    @MrJonnyJones: Can you send me your site URL and then let me know detail. Like you want to center whole footer.

    in reply to: Change the text in comments form #11900
    Sakin
    Keymaster

    @Bill Pagonas: Looks like you have added it differently. Let me contact you though email. Can you tell me the changes and then will send you child theme.

Viewing 20 posts - 11,381 through 11,400 (of 14,509 total)