Forum Replies Created

Viewing 20 posts - 12,841 through 12,860 (of 14,505 total)
  • Author
    Posts
  • in reply to: Widget Column title text #7208
    Sakin
    Keymaster

    @chukarnold: For changing the color and font size of the sidebar h3, use the following css.
    #sidebar h3 { color: #666666; font-size: 16px; line-height: 1.5; }

    in reply to: Changing logo image position #7207
    Sakin
    Keymaster

    @FordTheWord: For that you need to install menu script like superfish. So for this you need to hire developer I guess.

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

    @Luis: I have added back your random header image and disable the footer social icons from Theme Options. But Now the social icon header cannot be fit in right of header image. So, what to do?

    Shall I make the header image smaller and fit it the social icons.

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

    @chukarnold: I see that you have already change the color of links in the sidebar. Now what you want to do it. I am not so clear about your question.

    in reply to: blog post #7199
    Sakin
    Keymaster

    @EliMarie: You need to change a lot of css for that. For only on that post. You can try adding in the following CSS.

    .postid-1502 #content { background-color: #000000; color: #ffffff; padding: 2%; }
    .postid-1502 .entry-header .entry-title a { color: #ffffff; }

    For better customization you can try hiring css developer at http://jobs.wordpress.net/ or Tweaky.

    in reply to: Changing logo image position #7197
    Sakin
    Keymaster

    @FordTheWord: Oh then replace the css that I gave you earlier with the following:
    #branding #access, #branding ul.menu ul a { background: none #037D32; }

    If you want different background color for the current menu then add as below:

    #branding .menu .current-menu-item > a, #branding .menu .current-menu-ancestor > a, #branding .menu .current_page_item > a, #branding .menu .current_page_ancestor > a { background-color: #037D32; }

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

    @Mickesan: You can set static page or latest post from “Settings => Reading”.

    Thanks.

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

    @Luis: Just add the following CSS
    .sidebar-top { max-width: 90px; }

    in reply to: blog post #7187
    Sakin
    Keymaster

    @EliMarie: You already have black background. Do you mean that you want to have black in this page and other background in rest of the pages. So, let me know the colors you want.

    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.

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