Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Sonia: I still don’t get it how you got the link of that page and where you got it. Can you send me your site URL and then I can check in. Is that added in your secondary menu then you can disable that from “Appearance => Menus”.
Sakin
Keymaster@Olivier: Do you mean to add background image in the header and footer section? Sorry, it’s bit unclear.
You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. In the following CSS you can replace the image URL as per your need.
#header-bg { background-image : url("images/branding-bg.jpg"); } #site-generator { background-image: url("images/site-generator-bg.png"); }Sakin
Keymaster@mithrand: Can you send me your site URL and tell me the area for which you want to change it.
Sakin
Keymaster@Richard: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the table border.
.entry-content table, .entry-content td { border: none; }For alignment in table you can use the following CSS.
.entry-content td { vertical-align: top; }Sakin
Keymaster@ianroach: Thanks for the screenshot design. But we don’t have this option in our theme. So, you need to hire customizer to work on the customization. Sorry, this cannot be achieve by simple support.
Sakin
Keymaster@lisareopera: Ok then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#secondary .textwidget { font-size: 14px; }Sakin
Keymaster@oregano40: you can add the following CSS in “Appearance => Theme Options => Cutom CSS” box.
#branding #s { background-color: #ff0000; border-color: #008000; color: 440000 } }Sakin
Keymaster@iuchewie: For 1: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-summary .wp-post-image {
display: inline;
float: left;
height: auto;
margin: 0 10px 10px 0;
max-width: 150px;
}For 2: If you upgrade to Catch Box pro then you can simply change it from Theme Option penal. But in Catch Box Free theme, you need to build child theme and create functions.php file in your child theme and copy
catchbox_continue_reading_link()function from your parent theme to your child theme. After you change this you might need to change any value in Theme options panel to clear the custom query.Sakin
Keymaster@artch: Sorry there is no option to export the theme settings in the Theme option panel.
Sakin
Keymaster@Kindbodesign: For that, you need to go to “Appearance => Menus” and then create custom menu. Then you need to assign that menu from “Appearance => Menus => Manage Locations”.
So, for the menu it that you don’t want to link with. You need to add that menu item as links. In that custom link field, in URL just add
#and in Link Text you can add thetext to menuand wrap withspancode like this<span onClick="return true">Parent Drop</span>, then click on “Add To Menu”. This will add that Prent Drop menu in your menu. Then after adding it, if you don’t want that # as well then you can delete that # from URL and Click on Save Menu.Sakin
Keymaster@jatco: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header #mainmenu { margin-top: 195px; }Sakin
Keymaster@Joaozinho: It’s not recommended to increase as for that you need to consider even for mobile devices.
Sakin
Keymaster@oly: Yes Catch Everest Pro theme in WooCommerce ready theme. But yes we are upgrading with new features to support WooCommerce sidebar and all.
Sakin
Keymaster@blackkeys: You can use Contact form 7 plugin and generate form with drop-down menu.
January 9, 2014 at 12:30 am in reply to: Doesnt open in iPhone, iPad and another mobile devices. #19046Sakin
Keymaster@emin90: It’s because of the customization that you have made. You customization of Slider and Footer is not responsive design. This is why your site is having issues in mobile devices.
For hosting I recommend WpEngine. You can take a look at our hosting recommendation http://catchthemes.com/wordpress-web-hosting/
Sakin
Keymaster@lisareopera: If you want to make the sidebar bigger then you have to decrease the content area. That is why I am asking what are your expected width of main site widgets and content area.
Sakin
Keymaster@impresnet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { margin: 0; } .hentry .entry-title { display: none; }Sakin
Keymaster@lisareopera: In Catch Box Free version there is no Color Options. But if you upgrade to Pro version you will have Color Picker option in Theme Options panel. Also, you will have Header Top Sidebar and Header Right sidebar for your extra header image.
About the text widget, can you send me your site URL and let me know which text widget are you talking about and how big you want to make it.
-
AuthorPosts
