Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@cess2000: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the background color of menu. You can add the color code as per you need.
#branding #access { background: none #000000; }But for these type of color changes, it will be better to upgrade to Catch Box Pro theme. In Catch Box Pro theme, there is color picker in Theme Options panel to change the various elements. See the additional features added in pro version here http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster#Dave39713971: Thanks for your appreciation Dave.
Sakin
Keymaster@rbrt_bene: I need to look at that page. So, can you send me the url of that page.
Sakin
Keymaster@jwendell: Hum. Can you change that logo to gif image. If you have do that then you can just add it from “Appearance => Header”. So, which format in your 3d image?
Sakin
Keymaster@Dave39713971:
1. How do I make the menu bar options (Home Decor, DIY Projects, Gift Ideas) bold?
— Just add the following css in “Appearance => Theme Options => Custom CSS”#branding ul.menu a { font-weight: bold; }2. How do I get rid of the lines in between the different menu options? I want to try and make it one solid bar so it looks nicer. If I can’t get rid of the lines in between menu options, maybe I can change them to the same color as the menu (#87240f)?
— You can change the border color of menu by adding the following css in “Appearance => Theme Options => Custom CSS”#branding ul.menu li { border-right: 1px solid #87240f; }Sakin
Keymaster@ddelmotte: Can you try in Custom Menu featured through “Appearance => Menu” though which you can just select the pages what you want to display. See this for more http://en.support.wordpress.com/menus/
Sakin
Keymaster@madeleod: Are you talking about language switcher, then you should use language plugin and ask in plugin forum. If they have anything that we need to add in then we will be more than happy to support that plugin.
Sakin
Keymaster@samparis: First you have to upload the larger header image with width 1140px and then add the following css in “Appearance => Theme Options => Custom CSS” to remove the spaces.
#hgroup-wrap, #site-logo { padding: 0; }Sakin
Keymaster@steadymarvin: If you want simple solution then just upgrade to Catch Everest Pro theme which have options for your both questions.
For slider, you can use image slider and upload the image of your own choice. For color there is Color picker in Theme Options panel.But for free Catch Everest Theme:
For slider: You need to add the smaller image in the featured image in the post.
For color of post titles, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box..entry-header .entry-title a { color: #222; }Sakin
Keymaster@j9hagop: Oh sorry there is no option to add ads.
But maybe you can use Header right sidebar to add the Ads and then I will send your the css code to adjust the layout. So, can you try that and let me know how it comes.
Sakin
Keymaster@MaxR: Sorry but this is not a theme related issue. Can you check your settings and may be use SEO plugins like WordPress SEO or All in one SEO.
June 18, 2013 at 11:19 am in reply to: Place logo in center fails in firefox and IE after update #10665Sakin
Keymaster@fredesq: Yes, it might be cache issue. So, whenever you update theme or plugin. First clear your cache and refresh your browser to check it. Thanks.
Sakin
Keymaster@Derek: Check your plugins. Try disabling the plugins one by one and check it. It is most likely though plugin conflict with WordPress.
Sakin
Keymaster@TanjaCrouch: First you need to share your site URL. So, that we have see what you are asking and send you the correct code.
Sakin
Keymaster@MairiaM: Sorry I don’t understand can you send me your screenshot.
Sakin
Keymaster@MairiaM: You can try in the following CSS in ” Appearance => Theme Options => Custom CSS” box. But I am not so sure. I have added the code add the border left of the sidebar.
#sidebar.col4 { border-left: 1px solid #bbb; margin-left: 18px; padding-left: 17px; width: 300px; }Sakin
Keymaster@impresnet: I haven’t got back email reply from your side. Can you check your email.
Sakin
Keymaster@TanjaCrouch: Catch Box Pro theme has the Font family Options where there is lot of Google fonts. But the font Modern No. 20 is not a Google Font. We are allowed to add only GPL license fonts. So for any other fonts, you have to add it manually by building child theme. This is bit technical process, so you might need to find the similar font in Google fonts http://www.google.com/fonts/ or you need to convert your font though http://www.fontsquirrel.com/tools/webfont-generator and add it.
For color, can you look at the color options in Theme Options panel. If there is any more color that you want to change then you need to send me your site URL and I will send you the css code.
Sakin
Keymaster@deadwalker: Welcome. I told you that’s the responsive issue and I gave you the responsive css for screen size less thank 990px. But it’s cool.
Thanks for using Simple Catch theme.
Sakin
Keymaster@rbrt_bene: there is no border in the images in the page of Catch Everest Pro theme. But yes there is box shadow. If you want to remove that then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page .entry-content img { box-shadow: none; } -
AuthorPosts
