Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@maxberger: There is no such function to disable responsiveness in the theme. You’ll need to customize it and do it manually through child theme. You can more details on creating child theme HERE.
Regards,
MaheshMahesh
Participant@huntinng-dogs: Go to Dashboard=> Pages and edit a page you want to have different layout. Then scroll down to Clean Magazine Options tab and choose you desired layout in layout option. Through this, you can have different layout on different pages. Same can be done for posts pages too.
Let me know if any problem.Regards,
MaheshAugust 31, 2016 at 12:28 pm in reply to: Upgrading to Catch Responsive Pro using a child theme #98433Mahesh
Participant@ramblinollie: Thank you for using Catch Responsive Pro theme. Glad to know you figured it out yourself. Have a nice day!
Regards,
MaheshMahesh
Participant@allyssabaird: There has been as small bug in the theme which is causing the issue. The issue will be fixed in the next update which will be released soon. Thank you for your patience.
Regards,
MaheshMahesh
Participant@infocamponovo-it: Since you are using a widget, the text can be written and styled as a normal html code.
How do you want to adjust the text. Let me know further.Regards,
MaheshMahesh
Participant@sergey: I don’t quite get you here you want to reduce the space. Can you please show this with an image as an example?
Regards,
MaheshMahesh
Participant@hidemyage: I have modified some CSS and tested in the live site. I have kept the Custom CSS there so that you can check. Should work fine now.
Let me know further.Regards,
MaheshMahesh
Participant@dowal: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.home #content { display: none; } #supplementary.one { text-align: center; }Regards,
MaheshMahesh
Participant@karlcurrentsnj-com:
Hi Stephanie,Do you mean to remove the section displaying Custom Home Page Text? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.home #content { display: none; }Regards,
MaheshMahesh
Participant@3j: Here, I’ve combined the above code and also adjusted the font-size as you’ve mentioned. Please replace previous code with this one.
@media screen and (max-width: 1024px) { #header-highlights-content .hentry { width: 25%; } #header-highlights-content .header-highlight-content-wrap .entry-title { font-size: 18px; } } @media screen and (max-width: 540px) { #header-highlights-content .hentry { width: 50%; } #header-highlights-content .header-highlight-content-wrap .entry-title { font-size: 12px; } }Note: Please adjust the font-size as desired.
Regards,
MaheshMahesh
Participant@alesia90230: Please check the image in url below:
http://bit.ly/2cduBIR
Is this your site? I checked it and its not Catch Evolution Pro theme.Regards,
MaheshMahesh
Participant@phillycontemporary: In your child theme, you are using the wrong CSS:
body:not(.page) #feature-slider { display: none; }It should be:
body:not(.page-id-69) #feature-slider { display: none; }Regards,
MaheshMahesh
Participant@phillycontemporary: Its because of :focus pseudo-class. Please add the following CSS:
#responsive-menu-button:focus { color: #d40f7d; }Regards,
MaheshAugust 30, 2016 at 3:57 pm in reply to: Mobile Menu not loading in white space on left hand side #98361Mahesh
Participant@carlscutt: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@michael-blaze: You mean to add custom text? For that you’ll need to create child theme and customize further. You can find more details on creating child theme HERE.
Regards,
MaheshMahesh
Participant@phillycontemporary:
1. I have an uploaded logo for my menu bar, but I can’t get the site title to disappear. Even with the ‘Display Site Title and Tagline’ box unchecked the title is still visible…
-> I checked this on our server and it is working fine. If you have any plugins installed please disable it and try again.2. My box with the search bar icon is oddly half-off the left side of the browser window.. I can only see about half of it!
-> Have you modified and CSS or codes? Because in demo site and our server, its displaying fine. Please check the demo site. https://catchthemes.com/demo/fabulous-fluid/3. I am unable to change the color of the box behind the search bar icon in the customizer…
-> GO to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.site-header .social-networks li .fa-search { background-color: #ffff00; }Note: Please change the color as desired.
Regards,
MaheshMahesh
Participant@salutipeles: Do you mean the text in the blog list page? If you go on the single page, it works fine I guess. The issue is because of excerpt content. Since excerpt only uses plain text, it will strip all html so it seems line breaks are missing.
Only Simple Catch Pro has option to change between excerpt and full content display. If you seem to need it, I recommend you to upgrade to Simple Catch Pro.Regards,
Mahesh -
AuthorPosts
