Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Camila: If you are using Full Frame Pro theme, then go to “Appearance => Customize => Featured Slider Options => Featured Slider Type” and then select “Featured Image Slider” and then just upload image and link as per your need. Don’t type in title and content. So, it will only show image.
But if you still want to use other slider type and hide it then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide it:
#feature-slider .entry-container { display: none; }Sakin
Keymaster@Bert: Do you want to change the font size of headline tags or Header Site Title and Tagline.
If you want to change for H2 tag, then you can change the size in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS” box:
h2 { font-size: 28px; }But if you are looking to change Site Title font size then it will be as :
.site-title { font-size: 38px; }Site Tagline will be as:
.site-description { font-size: 14px; }Page title will be as:
.entry-title { font-size: 30px; }Sakin
Keymaster@Sascha: Catch Base Latest version is 1.9 and it’s not 1.5. See this at http://catchthemes.com/themes/catch-base/ and we have changed a lot, which you can read change log at http://catchthemes.com/changelogs/catch-base-theme/
You can added the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box, which is hiding your image. Just remove the following css and save it.
#featured-content .featured-homepage-image { display: none; }Sakin
Keymaster@Sergey: For featured content. First you need to add content in “Appearance => Theme Options => Featured Content => Featured Content Options”, then you need to go to “WPML => String translation” and add in other language translation.
For more refer to WMPL string translation guide.
Sakin
Keymaster@Raphael: Yes, it depends on your iframe code, it need to me set as 100% width. So, maybe you can share your site page where you have iframe and then I can check in.
Sakin
Keymaster@Cattext: Oh sorry, please replace previous css with the following
.home #content-sidebar-wrap { display: none; } .home #main #featured-post { border-bottom: none; margin-bottom: 0; }Sakin
Keymaster@Raphael: Sorry I don’t get it what you mean. You can upload your logo from “Appearance => Theme Options => Header Options => Logo url” and then uncheck option “Disable Header Logo”.
But if you are talking about Header Image, then you can upload it from “Appearance => Theme Options => Header Featured Image Options”
Sakin
Keymaster@eric: It possible only through custom css. For that you need to post in your site URL and let me know what are the changes in color you want to make and all. It’s bit hard.
Sakin
Keymaster@Phinric: I don’t see sidebar in your site. If you have then you can edit that from “Appearance => Widgets”
Sakin
Keymaster@Phinric: Which theme are you using it? Please post in your site URL so that I can check in better. I assume that you are using Catch Everest Free theme as you have posted in here. Catch Everest theme uses Featured Post Slider, for that you can check this screencast at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
For more, you can check out theme instructions page at http://catchthemes.com/theme-instructions/catch-everest/
But if you want featured image slider, then you can upgrade to Pro version. Also you will get additional features which is listed in http://catchthemes.com/theme-instructions/catch-everest-pro/.
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; } -
AuthorPosts
