Forum Replies Created

Viewing 20 posts - 6,361 through 6,380 (of 14,505 total)
  • Author
    Posts
  • in reply to: remove space on top of website #44070
    Sakin
    Keymaster

    @Eric: Sorry for this I need to check in your site URL. Then I can check in and send you the custom css to remove spaces.

    in reply to: Lines above posts #44069
    Sakin
    Keymaster

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

    .entry-summary .wp-post-image {
        display: inline;
        float: left;
        margin-right: 10px;
    }
    in reply to: Static Text Above Blog Posts on Home Page #44068
    Sakin
    Keymaster

    @jmott310: Did you try in Homepage Headline Text options at “Appearance => Theme Options => Homepage Settings => Homepage Headlines”. Then add in the text in Homepage Headline and Homepage Subheadline as per your need. This text will be above your excerpt blog.

    in reply to: Remove Page Shadow #44067
    Sakin
    Keymaster

    @LogoSystems: You can remove your current css:

    .widget { border-bottom: none; }
    #slider { border-bottom: none; }

    With the following css:

    .hentry, 
    .no-results, 
    #author-info, 
    #disqus_thread, 
    #content .error404,
    .widget,
    #slider {
        border-bottom: none;
    }
    in reply to: Can't Verify Site with Google Webmaster Tools #44065
    Sakin
    Keymaster

    @shelbyjl5: Site verification code is not there in free version and it’s only available in pro version. In free version you can add verification meta codes in “Appearance => Theme Options => Webmaster Tools => Code to display on Header” box.

    Also there are log of plugins that you can use to verify. Search at http://wordpress.org/plugins/

    in reply to: Custom picture/background for individual pages #44064
    Sakin
    Keymaster

    @Steve: Cool that it worked for you. Sorry we cannot recommend these type of plugin. As plugin are very sensitive and it’s really difficult to audit and check with one is best.

    in reply to: Custom picture/background for individual pages #44052
    Sakin
    Keymaster

    Hi Steve,

    Yes, for background image you need to use plugin and I recommend you to search at http://wordpress.org/plugins/ but if you are trying to change background color only then you can use Custom CSS to change it. For example, to change the white color of page http://www.wowow.eu/?page_id=133 to dark blue, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .page-id-133 #main { background-color: #306aa2; }

    Regards,
    Sakin

    in reply to: how to change font size of h tags? #44044
    Sakin
    Keymaster

    Hi Wilfried,

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

    .entry-content h1 { font-size: 14px; }
    .entry-content h2 { font-size: 10px; }

    Regards,
    Sakin

    in reply to: Homepage slider #44043
    Sakin
    Keymaster

    @lanretobi: That footer editor is not there in Free version for this you need to upgrade to pro version where you have get Footer Editor option in your Theme Options panel.

    in reply to: Homepage slider #44034
    Sakin
    Keymaster

    @lanretobi: Don’t remove the site title an tagline. It is not good for SEO. So, add it back but you can hide it by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { display: none; }

    in reply to: some questions #44032
    Sakin
    Keymaster

    @mindiapolis: You can go to “Appearance => Widgets” and add “1. Adventurous: Social” widgets to the Footer Area One or Footer Area two or footer area three as per your need.

    By the way where did you add your Facebook URL. You need to add it in “Appearance => Theme Options => Social Icons”

    in reply to: Put Date above post title and change font size #44031
    Sakin
    Keymaster

    @Kim: There is no option to move the date above the first post title. So, for this you need to hire customizer to customize it for you.

    For date font size, you can increase the font size in the following CSS and then add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 768px) {
        .entry-meta { font-size: 12px; }
    }
    in reply to: Lines above posts #44029
    Sakin
    Keymaster

    @Kim:
    1. The grey line above your first post on Homepage is from Slider. So, go to “Appearance => Theme Options => Featured Slider => Slider Options” and select “Disable” in Enable Sidebar. This will remove all the slider code and the grey line.

    2. For border bottom in all posts, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .hentry { border-bottom: 2px solid #ccc; }

    in reply to: HELP! Header Navigation… #44026
    Sakin
    Keymaster

    @Kim: I check in your site and new logo image at http://hidemyage.com/wp-content/uploads/cropped-HIDEMYAGENOTMYBEAUTYFINAL3.jpg . Your image has more white space in bottom then it top. This is the issue with the unevenness.

    in reply to: Homepage slider #44010
    Sakin
    Keymaster

    @lanretobi: For these spaces, you can reduce the padding-top and padding-bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #hgroup { padding-top: 40px; }
    #hgroup-wrap { padding-bottom: 40px; }
    in reply to: Homepage slider #44003
    Sakin
    Keymaster

    @lanretobi: Thanks for your access and I was able to find the issue in your site. This was issue of your post status as “Private”.

    Your post were set as private so when you login to your WordPress and view the site, the slider was working. Then when you logout and view the site, the slider was not working as the only one post was public while other 3 posts were private. Now, I changed all 3 posts to public and will work with our without login.

    in reply to: Homepage slider #43997
    Sakin
    Keymaster

    @lanretobi: It is just showing one slider text and image. So, can you update and check in. I will also email you to check in admin section of your site.

    in reply to: Homepage slider #43994
    Sakin
    Keymaster

    @lanretobi: Please don’t change after it stopped as I need to check in. I was asking you to inform me after it stops. For change log you can refer to http://catchthemes.com/changelogs/catch-everest-theme/

    in reply to: Homepage slider #43990
    Sakin
    Keymaster

    @lanretobi: It’s strange. I also see that you are using old version of Catch Everest Theme. Can you update it to latest version. Then please buzz me when it stops again. Then I will check in.

    in reply to: Change font color primary menu #43989
    Sakin
    Keymaster

    Hello Sierk,

    Details Color Option for Menu are there in Catch Evolution Pro theme. So, the best option will be to upgrade to pro version and use the color picker option at theme options panel to change the color and enjoy the other additional features. For more details check out http://catchthemes.com/theme-instructions/catch-evolution-pro/.

    But in free theme, we need to do manually by adding color css in “Appearance => Theme Options => Custom CSS” box. For example, you can change the color code as per your need in the following css and then add it in Custom CSS box.
    #header-menu ul.menu a { color: #eee; }

    Regards,
    Sakin

Viewing 20 posts - 6,361 through 6,380 (of 14,505 total)