Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterSakin
Keymaster@impresnet: You can just add the color in that css.
#header-menu ul.menu a { color: #000; }Sakin
Keymaster@impresnet: Yes you can disable responsive if you want through Theme Options.
Sakin
Keymaster@wow-its-clean: Sorry it will be difficult to guess your menu item and width. So, you have to play with css and adjust the padding as per you need. Here is the sample code that you can add in your “Appearance => Theme Options => Custom CSS” box.
#branding ul.menu a { padding: 0 20px; }Sakin
Keymaster@Bazil Guerrero: Please send me your site URL and then I will send you the css code to hide it.
Sakin
Keymaster@mysterio: You can get this in simple option in Catch Everest Pro version. Please upgrade it. See this for more information about Catch Everest Pro http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@oly: I see that you have use another plugin “JQuery Accordion Menu Widget” I think it is conflicting with this.
Sakin
Keymaster@cheekyface: Sorry this theme doesn’t support featured image for pages. For that you need to build child theme and edit header.php .
Sakin
Keymaster@wow-its-clean: Sorry you are using wrong support forum. This is from Catch Everest theme. Please add it in http://catchthemes.com/support-forum/forum/catch-box-public/
Sakin
Keymaster@Elisabetta: This option in not there. You need to ask your developer to work for you.
Sakin
Keymaster@Elisabetta: Which version of Simple Catch Pro theme are you using it. Can you send me your site URL?
For the background color for header. You can change it from “Appearance => Theme Options => Color Options”.
Sakin
Keymaster@Elisabetta: This is more of technical task. You need to get help from your developer. I will give you hint on how to do it.
Just build the child theme of Simple Catch Pro and then remove simplecatch_menu() and simplecatch_slider_display() from hook simplecatch_after_headercontent and shift the value.
Sakin
Keymaster@Tekstiltrold: For youtube video in widget. You can just add the embed code in the sidebar text widget. Click here to watch Video Tutorial
For the header, there you can either add the site title or header logo. Which is clickable link to homepage.
Also when you ask question. Please add in your site URL so that it will be easy for us to check what you mean.
Sakin
Keymaster@wow-its-clean: This css was for the site http://sfexercise.com/ and it is working fine there. I don’t know what is your issue with the site and your site URL. Send me the details.
Sakin
Keymaster@prezzi: You have added the adsense in wrong place that is why. You can just build the child theme and then copy the header.php and add the adsense just below
<div id="main" class="clearfix">Sakin
Keymaster@impresnet: The following is the list of CSS that you can add in “Appearance => Theme Options => Custom CSS” box. Change the color code as per your need.
/* Menu Background */
#header-menu { background-color: #3a3d41; }
/* Sub Menu Background */
#header-menu ul.menu ul a { background-color: #3a3d41; }
/* Menu Hover Background */
#header-menu ul.menu li:hover > a,
#header-menu ul.menu a:focus {
background-color: #2d2d2d;
}
/* Current Menu Background */
#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: #000;
}Sakin
Keymaster@ktglasscock: Yes you can. Just add the following css in “Appearance => Theme Options => Custom CSS” box
#site-title a:hover { color: #000; }Sakin
Keymaster@fritzhesse: You can check the image name “social-profile.png” in image directory of the theme directory of “catch-everest-pro”.
-
AuthorPosts
