Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@pfms84: Yes, those multi-language plugin like qTranslate-X, Polylang and WPML are supported only in pro version.
Sakin
Keymaster@knudkp: Sorry I don’t understand what you mean? Can you explain what are you trying to do it? Are you trying to change the color?
Sakin
Keymaster@mupa: Yes, when you change color from “Color Options”, it will replace default color and it will will solid color. To make transparent color changes, you need to send us the color code and your site URL. Then we can check your site and send you custom css, so that you can add in your site.
Sakin
Keymaster@gettheinsideright: Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.home .entry-title { display: none; } .home #main { padding-top: 0; }
Sakin
Keymaster@mrichwncc: It was solved by re-installing the theme. So, if anyone else have this issue then send us your detail by filling this form at https://catchthemes.com/blog/customizer-not-working-wordpress-update/
Sakin
Keymaster@mrichwncc: We need to check in your server to find out the issue. So, I will send you personal email. Please reply me there. Sorry for the trouble but we are not able to recreate issue in our server.
Sakin
Keymaster@mupa: You can increase the font size in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.genericon.genericon-menu { font-size: 20px; }
Sakin
KeymasterHi Stephane,
Ok for that you need to edit your custom css. Check out the css that I gave you earlier and then find the css:
.nav-footer .catchresponsive-nav-menu a { font-size: 14px; }
Replace this, css with the following css, where you have both font-size and line-height:
.nav-footer .catchresponsive-nav-menu a { font-size: 14px; line-height: 46px; }
Regards,
SakinSakin
Keymaster@mybrokenjeep: For this, you can just create two pages,1. Front page and 2) Blog page from “Pages => Add New”.
Then, you can assign that pages as Front Page and Posts Page. For that go to “Appearance => Customize => Static Front Page”, just check on “A static page” and then select the page.Sakin
Keymaster@Schroeder: Since you site in not live, I don’t know the width of your menu. So, I will not be able to give you the exact width. Now, I will give you css in percentage for content area and right sidebar. In the following css, you can change width: 1280px to your desire width and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 961px) { .right-sidebar .site { width: 1280px; } .right-sidebar #primary { width: 63.6%; } .right-sidebar #secondary { width: 32.2%; } }
Sakin
Keymaster@shawzepe: Can you try replacing your log image to smaller as your logo it large and taking that space. If you don’t want to do that, then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 1101px) { #masthead { padding-bottom: 40px; padding-top: 74px; } @media screen and (min-width: 1024px) { #site-branding, #site-logo, #site-header { padding-top: 10px; padding-bottom: 10px; } #masthead .sidebar-header { padding-bottom: 10px; } }
Sakin
KeymasterHi Stephane,
Yes sure. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Box”. In the following css, change the font-size as per your need to change the size of font.
.nav-footer .catchresponsive-nav-menu a { font-size: 14px; } .nav-footer { text-align: center; } .nav-footer .catchresponsive-nav-menu li { float: none; }
Regards,
SakinSakin
Keymaster@mupa: Yes, you can. Can you send me your site URL and the tentative height that you want for your menu symbol?
Sakin
Keymaster@shawzepe: What do you mean by that? Your header depends on your header image and header items. So, I am confused on what you want. Sorry, can you explain bit more.
Sakin
Keymaster@mare and @meinhard: Sorry for the trouble. We have fixed that issue in version 2.7.1. You can update it now and for change log refer to change log page at http://catchthemes.com/changelogs/catch-evolution-change-log/
-
AuthorPosts