Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Bert: Thanks. For 555, it will be as below:
#feature-slider .entry-container { background: #555; /* Solid Color for old Browser */ background: rgba(85,85,85,0.7); }Sakin
Keymaster@roderick: Ok here goes css for Sidebar font size:
/* Sidebar Widget Font Size */ .sidebar .widget { font-size : 16px; } /* Sidebar Widget Title Font Size */ .sidebar .widget .widget-title { font-size : 20px; }Sakin
Keymaster@Sergey: Oh fro WPML, I suggest you to ask in their support forum. They will help you out. Also maybe you want to check in their documentation about menu at https://wpml.org/documentation/getting-started-guide/translating-menus/
Sakin
Keymaster@Phinric: Sorry I don’t get it which text box you want to remove it. Can you explain please, as I don’t see any text box in your site.
June 2, 2015 at 9:23 pm in reply to: Help! How to change promotion headline's text color, and other issues- Fullframe #58805Sakin
Keymaster@Steve: No, for that you need to build child theme and manually edit the code to show the text.
Sakin
Keymaster@Bert: Sorry, that color option have option to change the overall slider background and the slider text and link color. But it doesn’t have option to change the slider content background color. So, to change that to #888888, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider .entry-container { background: #888; /* Solid Color for old Browser */ background: rgba(136,136,136,0.7); }Sakin
Keymaster@robertjm: There is no such technical documentation. For that you might want to use Firebug http://getfirebug.com/whatisfirebug
June 2, 2015 at 8:44 pm in reply to: After Update Visual Composer Extentions no longer function #58795Sakin
Keymaster@moal: We haven’t change anything in
adventurous-slider.js. So, let’s try replacing adventurous-custom.js and adventurous-custom.min.js with
https://themes.trac.wordpress.org/browser/adventurous/1.6.1/js/adventurous-custom.js
https://themes.trac.wordpress.org/browser/adventurous/1.6.1/js/adventurous-custom.min.jsSakin
Keymaster@bjkerim: The css depends on the theme that you use. I see that you are using Simple Catch Free theme, so the custom css will be as below:
#main #content ul.post-by { display: none; }Sakin
Keymaster@aleddilwynfisher: Detail color options are there only in Full Frame Pro theme where you can simply change the color as per your need from “Appearance => Customize => Color Options”. But for free version, you need to do manually by adding in Custom CSS.
So, just change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
/* For Headline and Page Title */ #featured-content .entry-title, #featured-content .entry-title a { color: #ccc; } /* For Sub-headline and Page Content */ #featured-content { color: #ccc; }Sakin
KeymasterSakin
Keymaster@Cattext: OK for child theme style.css, you can add the following css:
.home #content-sidebar-wrap { display: none; } .home #featured-post { border-bottom: none; margin-bottom: 0; }Sakin
Keymaster@Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.wp-caption .wp-caption-text:before { content: none; } .wp-caption .wp-caption-text { padding-left: 0; }Sakin
Keymaster@jacquelyn_jefferies : It’s because you don’t have any elements in header. So, either wait for new version update or just add the following css in “Appearance => Theme Options => Custom CSS” box:
#masthead { display: none; } @media screen and (max-width: 980px) { #masthead { display: block; } }June 2, 2015 at 4:08 am in reply to: After Update Visual Composer Extentions no longer function #58750Sakin
Keymaster@moal: Can you post in your site URL so that I can check in what are the settings you are using. Also where can I get that plugin to test it.
June 2, 2015 at 4:03 am in reply to: Polylang: translating Featured Content title and description #58749Sakin
Keymaster@widespread: Thanks for the update. Sorry, I missed it. Here is donation link http://catchthemes.com/donate/
Sakin
Keymaster@Kingfisher: Your header is hidden by the following css in “Appearance => Theme Options => Custom CSS” box. Remove it and you will see the header.
#branding { display: none; }That footer.php should be same as original footer.php for slider to work. You shouldn’t change any core theme files inside
catch-evolutiontheme. I see that you have changed footer.php file, that is why I am telling you to revert back or original.June 1, 2015 at 7:39 pm in reply to: Polylang: translating Featured Content title and description #58731Sakin
Keymaster@widespread: That XML is for string translation. See this https://polylang.wordpress.com/documentation/setting-up-a-wordpress-multilingual-site-with-polylang/strings-translation/
Please post in your site URL as well. Also did you ask in that Polylang support forum.
Sakin
Keymaster@mvb:
1. Oh sorry we don’t have that option. You need to build child theme and do it manually.2. For this, we are adding Featured Content “Display Content” option just for Featured Pages. Where you can add in Full Layout mode and then add in manual content breaks as per your need.
Sakin
Keymaster@stevan021: Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { background-color: #000; } -
AuthorPosts
