Forum Replies Created

Viewing 20 posts - 12,841 through 12,860 (of 14,496 total)
  • Author
    Posts
  • in reply to: Changing logo image position #7186
    Sakin
    Keymaster

    @FordTheWord: Send me your site URL and let me know what you like to change the child menu background to.

    in reply to: Header height and Social link position #7185
    Sakin
    Keymaster

    @13alaise: Just add the following CSS in “Custom CSS” box in Theme Options panel.

    #sidebar-top { padding-top: 60px; }
    @media screen and (max-width: 1100px) { padding-top: 0; }

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

    @maevamena: Please the above css with the following:

    .site {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; /* future proofing */
    -khtml-border-radius: 10px 10px 0 0; /* for old Konqueror browsers */
    }
    #colophon { background-color: #696969; }
    #site-generator {
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px; /* future proofing */
    -khtml-border-radius: 0 0 15px 15px; /* for old Konqueror browsers */
    }

    in reply to: Social widget background #7181
    Sakin
    Keymaster

    @Maeve: Sorry there was space between. Replace the above code with the following
    .widget.widget_catcheverest_social_widget { background: none; border: none; padding: 0;}

    in reply to: Lost front page! #7179
    Sakin
    Keymaster

    @Mickesan: There might be setting issue. Can you check your “Settings => Reading” from your WordPress dashboard and set Front Page Display as Latest Post.

    Also check your “Appearance => Theme Options => Homepage / Frontpage Category Settings”.

    Let me know if this doesn’t solve your issue.

    in reply to: How can I disable "related posts" from simple catch theme #7178
    Sakin
    Keymaster

    @joel: I don’t understand which related post feature are you talking about. We don’t have any feature called related post. So, I think you are trying to mean different one and got confused with the term. So, can you show me your site and tell me what you are talking about.

    in reply to: Change color of background in content box #7177
    Sakin
    Keymaster

    @ceman027: I check in your site and you haven’t already changed the color. So, I guess you found your answer.

    in reply to: Default layout #7176
    Sakin
    Keymaster

    @thess: No, it will just change the layout.

    in reply to: Remove Top Background #7175
    Sakin
    Keymaster

    @jccaro: I hope you are talking about the top margin in your site. So, just add the following CSS in “Custom CSS” box in Theme Options panel.
    .site { margin-top: 0; }

    in reply to: blog post #7174
    Sakin
    Keymaster

    @EliMarie: Wow so many question at a time and also I cannot view your site to answer. We only help if there is few question why don’t you look at theme instruction first http://catchthemes.com/theme-instructions and fond answer and only for those one which you don’t understand or cannot work on it. Then let me know it.

    in reply to: Adding Social Icons #7173
    Sakin
    Keymaster

    @dan: For Catch Box Theme, you will not find option to add more social links icons. But yes you can request one and out developer will add in version updates.

    But if you know little bit about code then you can do that yourself. Just add link in any social icon that you don’t want then change the icon image from social-profiles.png which you will find in image directory of the theme.

    in reply to: Widget Column title text #7172
    Sakin
    Keymaster

    @chukarnold: Just add the following CSS in “Custom CSS” ox in Theme Options panel.
    #sidebar h3 { text-transform: none; }

    in reply to: Table Borders #7171
    Sakin
    Keymaster

    @Samson81: Just add the following CSS in “Custom CSS” box in Theme Options panel.
    .entry-content table, .entry-content td { border: none; }

    in reply to: website problem #7170
    Sakin
    Keymaster

    @Elisabetta: I just check in your site and found strange code added. Then I suspected that your site has been hacked.

    So, I scan your site and found malicious code. See this http://sitecheck.sucuri.net/results/www.federicoalberati.com/ and see this http://wordpress.org/support/topic/help-ive-been-hacked-or-adware

    in reply to: how to center the header #7169
    Sakin
    Keymaster

    @goksanyb: I looked at your site and you are using Catch Everest Free theme with Responsive options disable.

    In this case, you can just increase the padding left for your logo as per you need. Just adjust the width as per you need in following code and add it in “Custom CSS” box in Theme Options panel.
    #site-logo { padding-left: 20px; }

    To edit the copyright footer, you need buy Catch Everest Pro theme http://catchthemes.com/themes/catch-everest-pro/

    in reply to: Installation of catch everest pro #7168
    Sakin
    Keymaster

    @sanmacal: I have already send email in regards to this. Please follow up there.

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

    @danskvand: You are using older version of Catch Everest. Please update and it will be fine.

    in reply to: Page title/ heading color change #7166
    Sakin
    Keymaster

    @digby: You can just change the color code in the below CSS and add it in “Custom CSS” box in Theme Options panel.

    /* Page Title Color */
    .entry-header .entry-title { color: #222; }

    in reply to: Header height and Social link position #7142
    Sakin
    Keymaster

    @13alaise: Since the width of them image is larger than 810px width. It pushed the social icons down which caused the height issue.

    You can check the height issues. For example, just add the following CSS in “Custom CSS” box in Theme Options panel.
    #site-logo { max-width: 825px; }

    in reply to: Header height and Social link position #7130
    Sakin
    Keymaster

    @13alaise: I just check in your site and font that you have header image a large one. See this http://test.gdid-conseils.com/13alaise/wp-content/uploads/2013/04/Banniere_pecheur.png it’s 889px width. You can reduce this header image width, and it will be fine.

Viewing 20 posts - 12,841 through 12,860 (of 14,496 total)