Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@kundkp: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.catchbase-nav-menu a{ padding: 10px 15px; }Other option it to lower number of menu items by moving the menu into parent menu.
Regards,
MaheshMahesh
Participant@lara-nozze: No, its not. Our Chicago theme is this one:
https://catchthemes.com/themes/chicago-pro/Regards,
MaheshMahesh
Participant@northcountrynest: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
/* Menu Color */ .nav-primary { background-color: #00ff00; } /* Menu Font Color */ .clean-magazine-nav-menu a { color: #ffff00; } /* Menu Font Hover Color */ .clean-magazine-nav-menu li:hover > a { color: #ff00ff; }Note: Please change the color as desired.
Regards,
MaheshMahesh
Participant@luismarioochoa:
1. You still have the image set in the icon area but since the image link is broken the issue is occurring. Please go to Dashboard=> Appearance=> Customize=> Theme Options=> Fixed Header Top Option and Click Remove in Select/Add Logo Icon option.
2. Reduce the distance between pages in the navigation menu
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS.fullframe-nav-menu a { padding: 10px; }Let me know if any problem.
Regards,
MaheshMahesh
Participant@kundkp: Can you please explain further, what do you really want to do? Let me know further.
Regards,
MaheshMahesh
Participant@bribbon: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.single #content .entry-meta { display: none; }Regards,
MaheshMahesh
Participant@prafulla: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#featured-content .featured-homepage-image, #featured-content figure { margin: 0; }Regards,
MaheshMahesh
Participant@dreamcatcher: Go to Dashboard=> Appearance=> Customize=> Social Links and add your Facebook, Twitter and Youtube link in your relevant text box. Click Save & Publish button. Then go back to Customize=> Theme Options=> Header Right Sidebar Options and make sure Check to Disable Header Right Sidebar option is unchecked.
It would be easy if you post your site url.Regards,
MaheshMahesh
Participant@lordinverstor: Are you using WordPress’s default visual editor? If so, just change to text tab, you’ll see the Raw HTML, there you can find the p tags and adjust the content. The issue is because of how you’ve put the content rather than the theme design.
Please check the image in the link below:
http://bit.ly/2cfYncDRegards,
MaheshMahesh
Participant@trip2day: For full-width width content option, you can simply update to the Pro version, its already there in Pro. But if you want to have it in current version, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#primary { max-width: none; width: 100%; }Regards,
MaheshMahesh
Participant@brandonsm: I’m glad you worked it out. Have a nice day!
Regards,
MaheshMahesh
Participant@rubatos1s: Using Child theme is bit tricky in terms of settings. You’ll need to makeup your mind beforehand whether to use Child theme or Parent theme. The settings you make in Parent theme may not be used in Child theme which may cause to have default setting in Child theme. Activate the Child theme and please change the settings in it and see if that fixes the issue. Let me know further.
Regards,
MaheshMahesh
Participant@accucomm: Glad to know you’ve found what causing the issue. May be that is why the site was displaying normal on mine. Let me know if any problem. Have a nice day!
Regards,
MaheshMahesh
Participant@accucomm: Just checked your site on chrome and firefox. On both the browsers, the site seems to be fine. Didn’t find any issues at all. Let me know further.
Regards,
MaheshMahesh
Participant@rubatos1s: Can you please explain in details? By own header, you mean custom header.php file or just the header section? And how have you put the code? Do are you trying to have a static header or the header through Customizer settings? And do you get any error message or something. Let me know further so that I can help you.
Regards,
MaheshMahesh
Participant@lordinvestor: You can actually adjust margin for image with the code below. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.single #post-328 .entry-content .wp-caption { margin-bottom: 2em; }Note: This is the default value. Adjust the value as desired.
The problem is, paragraph is separated by<p>tags and after that comes a image<div>and again<p>tags. For some reasons, the text are breaking apart in redundant places which is causing the issue. If you can see it somehow through the text tab with raw Html, you’ll find what I mean.
Let me know further.Regards,
MaheshMahesh
Participant@pl: Thanks for the url. Well for Featured Slider and Promotion Headline, select Enable on Homepage only option in Customizer. And for Featured Content, select Entire Site. Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#featured-content { display: none; } .home #featured-content, .page-id-352 #feature-content { display: block; }Hope this helps. If not please do enable the Featued image and let me know.
The theme is fully responsive. Are you using any plugins or custom CSS? If yes try removing CSS and disabling plugins and check if it fixes the issue.
Please check the responsiveness in the demo site: https://catchthemes.com/demo/full-frame/Let me know further.
Regards,
MaheshMahesh
Participant@hmiller: I checked your site and the image seems fine. It is using 350×350 image. But while using 4 column layout, the size of column is small hence size of image is automatically reduced relatively which is why it seems small.
Seems the google is suggesting to reduce the image sizer further with the dimensions intact. Try to optimize the image and reduce the size as far as possible.
Hope it helps.Regards,
Mahesh -
AuthorPosts
