Forum Replies Created

Viewing 20 posts - 12,901 through 12,920 (of 14,496 total)
  • Author
    Posts
  • in reply to: Footer design #7011
    Sakin
    Keymaster

    @frederikwa: This is more of customization work then just a normal support. So, please hire at http://jobs.wordpress.net/ or use tweaky services as shows in sidebar.

    You can change the background color of the elements and work around. We cannot help more then this.

    /* For Footer Sidebar Area */
    #supplementary { background-color: #eeeeee; }

    /* For Footer Description Area */
    #site-generator { background-color: #ffffff; }

    in reply to: Additional/Custom Social Links? #7010
    Sakin
    Keymaster

    @mook32: Oh for this one you need to edit the function catchbox_social_networks() which you will find in file catchbox-functions.php which in inside “inc” directory of your theme.

    after that you need to clear the cache of option panel. So, change any option in Theme Options and save it which will clear the cache and it will be fine.

    in reply to: Featured Slider Text and Link #7008
    Sakin
    Keymaster

    @jsvoboda: About the link in your site in bit confusing. We haven’t experienced that. So, I will contact you through email. I will need to look at your site.

    in reply to: Featured Slider Text and Link #7007
    Sakin
    Keymaster

    @jvargas84: If you just use the Featured Image Slider in the Catch Everest Pro. You have option not to add in the links.

    in reply to: Additional/Custom Social Links? #6987
    Sakin
    Keymaster

    @mook32: there is one trick that you can do. Just option the image social-profiles.png in theme “image” directory. Then change the icon with the one that you don’t use.

    Then in your Theme Options, social icons add the url. So, it will show the replaces image.

    in reply to: Featured Content #6986
    Sakin
    Keymaster

    @Samson81: That is not possible through custom css or easy tweak. You need to manually change the code. So better hire someone to do that task.

    in reply to: "Home" button on menu constantly black #6985
    Sakin
    Keymaster

    @bill: The home is active when you are in homepage. If you go to About us page then About us page will have active black.

    You can control or change the color of active menu by change the color code and adding the following css in “Custom CSS” box in Theme Options panel.
    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #000000; }

    in reply to: Margin Between Logo and Tab Bar #6984
    Sakin
    Keymaster

    @shanewasik: Yes, just add the following CSS in “Custom CSS” box in Theme options panel. You can increase the margin top.
    #header .social-search { margin-top: 100px; }

    in reply to: Please help. 7 questions about Catch Box #6983
    Sakin
    Keymaster

    @Luis: About this page http://alegriarestaurant.com/about-us/our-cuisine/. You have pasted the content with your dark color manually. This cannot be controlled through theme. You have manually make it blank.

    About your entry title. I just check in your custom css and it is like below:

    #branding ul.menu a { text-transform: uppercase; }
    .tinynav {text-transform:uppercase; }
    #branding ul.menu a { padding: 0 1.11em; }
    #branding ul.menu ul a { color: #FF0000; }
    #categoryposts-8 div.widget-title h3 { color: #006699; }
    #site-title, #site-description { margin: 0; text-align: center; }
    #branding hgroup { margin: 0; padding: 0; }\.entry-title,
    .entry-title a { color: #dddddd; text-align: center; }

    where you can see there in \ in front of the code. The Custom CSS should look like below:

    #branding ul.menu a { text-transform: uppercase; }
    .tinynav {text-transform:uppercase; }
    #branding ul.menu a { padding: 0 1.11em; }
    #branding ul.menu ul a { color: #FF0000; }
    #categoryposts-8 div.widget-title h3 { color: #006699; }
    #site-title, #site-description { margin: 0; text-align: center; }
    #branding hgroup { margin: 0; padding: 0; }
    .entry-title, .entry-title a { color: #dddddd; text-align: center; }

    in reply to: Rounded corners on the page #6982
    Sakin
    Keymaster

    @Samson81: That CSS is for @maevamena and it will not work for you.

    What are you trying to do it? Let me know and then I will send you another css.

    in reply to: Contact Us #6981
    Sakin
    Keymaster

    @palmer.lee: I have just contacted you through email. Please respond there.

    in reply to: White Space in the Header #6968
    Sakin
    Keymaster

    @Samson81: You have to adjust the following css. So, just adjust the padding 50px to whatever you need and add the following CSS in “Custom CSS” box in Theme Options panel.

    #site-logo { padding-top: 50px; }
    #hgroup-wrap { padding-bottom: 50px;}

    in reply to: another font family #6967
    Sakin
    Keymaster

    @korpinar: It will be reminded in Facebook and twitter.

    in reply to: Featured Images #6966
    Sakin
    Keymaster

    @lpompen: You have missed adding in the Featured Image in your post. Just add the featured image and you will see the image. See here on how to add featured image
    http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    in reply to: decrease post padding css #6965
    Sakin
    Keymaster

    @bill: When you decrease it, you have to decrease it for different screen sizes. I will just give you hint and you can change it accordingly. Change the margin and padding as per your need.

    Just add the following css in “Custom CSS” box in Theme Options panel.

    .site-content article { margin-bottom: 40px; }
    @media screen and (min-width: 1190px) { { margin-bottom: 50px; } }
    @media screen and (max-width: 1060px) { { margin-bottom: 30px; } }
    @media screen and (max-width: 960px) { { margin-bottom: 20px; } }

    in reply to: Image Slider #6962
    Sakin
    Keymaster

    @Samson81: Sorry we don’t have different slider options in different pages. You might find that in plugin. Search plugin in http://wordpress.org/extend/plugins/

    in reply to: Featured Slider Text and Link #6961
    Sakin
    Keymaster

    Hello Jeff,

    Can you send me your site URL, so that I can see the issues there.

    Regards,
    Sakin

    in reply to: How to change the size of the header #6959
    Sakin
    Keymaster

    @stefantenev: You can just adjust it with the help of css. Just add the following css in “Custom CSS” box in Theme Options panel. Just adjust the margin top as per your need.
    #header .logo-wrap { margin-top: 54px; }

    You might also want to reduce the space above the social icon for that you can add following
    #header .social-search { margin-top: 40px; }

    in reply to: my logo is not resizing #6958
    Sakin
    Keymaster

    @bradfordbeans: You logo is small enough so it doesn’t require changes when resize. If you resize to very low screen then only it will resize it.

    in reply to: Change size of featured post image #6957
    Sakin
    Keymaster

    @bradfordbeans: You can just add only one post in the Featured slider then you will have only one image. This will do little trick.

    But if you just want one image only with your own size. Then upgrade to Catch Everest Pro theme, where you can choose Featured Image slider and then just upload one image of your own size through image uploader in Theme Options panel.

Viewing 20 posts - 12,901 through 12,920 (of 14,496 total)