Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Vivien: You can upload image in your site or any photo sharing site and than add that image URL here.
I check in your site and see your advertisement image and Site Title. It cannot be added to make it in the same place. So, you can either create additional text widget in Header Top sidebar and we can align that text to right of your image widget.
But I don’t understand why don’t you use you Logo image from “Appearance => Theme Options => Header Options => Logo url”. This will be best options.
Sakin
Keymaster@Kingfisher: Can you go to footer.php file in your theme
catch-evolutiontheme directory. It need to be same as https://themes.trac.wordpress.org/browser/catch-evolution/2.4.1/footer.phpSakin
Keymaster@Michael: You can add your image url in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#content article { background-image: url("your-image-url"); }Sakin
Keymaster@Sergey: I am confused about that. Can you post in your site URL and explain please. Also, let me know which plugin are you using for multi-language.
Sakin
Keymaster@jacquelyn_jefferies: Then in your Link URL just add #
June 1, 2015 at 10:38 am in reply to: Previous / next buttons in slider not showing well in Internet Explorer #58697Sakin
Keymaster@Sandra1970: Why it is showing like that in your site. Maybe of you child theme css. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#slider-nav .slide-previous, #slider-nav .slide-next, #slider-nav .slide-previous:before, #slider-nav .slide-next:before, #slider-nav .slide-previous:hover:before, #slider-nav .slide-next:hover:before { color: #33ccc9; }Sakin
Keymaster@Bert: Yes thanks @mosign. It’s really hard to make perfect fit for menu items. Longer the menu items, it becomes difficult to manage it. Looking at your site, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 1280px) { .catchresponsive-nav-menu a { padding: 0 15px; } } @media screen and (max-width: 1152px) { .catchresponsive-nav-menu a { padding: 0 12px; } } @media screen and (max-width: 1100px) { .catchresponsive-nav-menu a { font-size: 14px; } }Yes, in mobile version you will see 3 horizontal bars. That’s standard.
Sakin
Keymaster@effess: Not sure about that, I need to check in your site. So, please send me your site URL.
Sakin
Keymaster@aparente001: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#masthead #hgroup { clear: both; padding-left: 0; }Sakin
Keymaster@robertjm: You can adjust the padding as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#site-generator { padding-top: 25px; padding-bottom: 25px; }Sorry I don’t know which document are you talking about. We only have document for Theme Instructions at http://catchthemes.com/theme-instructions/catch-box-pro/
June 1, 2015 at 9:10 am in reply to: Help! How to change promotion headline's text color, and other issues- Fullframe #58691Sakin
Keymaster@Steve:
1. To center the promotion headline, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:#promotion-message .left { max-width: 100%; text-align: center; width: 100%; }2. To change the too left menu color, you can adjust the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS” box:
.mobile-menu-anchor a.genericon-menu, .mobile-menu-anchor a.genericon-menu:hover { color: #404040; }3. Yes, it will all be center in mobile devices, check our demo http://catchthemes.com/demo/catch-responsive/
June 1, 2015 at 9:05 am in reply to: How to use different responsive.css in child theme without changing parent theme #58690Sakin
Keymaster@effess: You can add in as below:
@media screen and (max-width: 1152px) { #masthead .header-sidebar .widget ul.menu ul { top: 30px; } }Sakin
Keymaster@roderick: Oh you are trying to change the font size of Footer Area widget. So, you can adjust the font size in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
/* Footer Widget Font Size */ #supplementary .widget { font-size: 16px; } /* Footer Widget Title Font Size */ #supplementary .widget-title { font-size: 20px; }Sakin
Keymaster@LipoTonic: You are using Catch Flames free theme and trying to use Simple Catch Theme CSS. That is why it’s not working. For Catch Flames free theme, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:
#sidebar-header-right .widget_search { display: none; }Sakin
Keymaster@Connie: Hum we don’t have any theme name designfolio. Looks like you are trying to get help for theme which we haven’t build in. So, in that case, you need to ask in that particular theme developer forum. Here I am giving you instructions for Full Frame Pro theme, as you have posted question in Full Frame Pro theme Support Forum.
Sakin
Keymaster@Connie: Once you are in Color Picker, if you know the color code, you can directly add in color code there, or you can first select the base color and let move the mouse to make it light or dark or combination. See this screenshot https://www.pinterest.com/pin/548594798336232550/
Sakin
Keymaster@Cattext: First, try this. Go to “Appearance => Theme Options => Homepage/Frontpage Settings” and then uncheck “Enable Latest Posts”. IF this doesn’t work then add in the following css in “Appearance => Theme Options => Custom CSS” box:
.home #content-sidebar-wrap { display: none; }Sakin
Keymaster@j17dascoli: You can use “2. Catch Kathmandu: Advertisement” widget and then add in your image URL there.
Sakin
KeymasterIf you want to hide page title, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#main .type-page .entry-header { display: none; } -
AuthorPosts
