Forum Replies Created
-
AuthorPosts
-
Pratik
Memberhi @andrewf90,
By solid colored bar, do you want to move the menu at the bottom of the header, or do you want another solid bar(leaving the menu in its place) or do you want a solid color bar between the header and page(in the small gap)?
Regards,
PratikPratik
MemberHi @andrewf90,
I am sorry but I cannot find the grey padding around the pages. Can you add a screenshot and point me to where the grey padding is?Regards,
PratikPratik
MemberHI @Masac,
Thank you for removing the code. Now to remove those entry data completely, add following code in your child theme’s functions.php./** * Override Parent themes header meta to show nothing */ function catcheverest_header_meta() { return; } /** * Override Parent themes footer meta to show nothing */ function catcheverest_footer_meta() { return; }Now, what these functions will do is override the parent themes functions that return meta data to show no data.
Let me know if this works out or not.
About the Wider Content of Homepage Headline and Footer, it is because of Easy Bootstrap Shortcodes Plugin. Try deactivating this plugin. The issue will go away.
Let me know how everything goes.
Regards,
PratikPratik
MemberPratik
MemberOk got it, add following code to change slider color:
#main-slider .entry-title span { color: #ff0000; }Currently, I have changed the color to red using hex value. Just find the hex value of the color you need and replace #ff0000 with your color.
Pratik
Memberok, so by changed, what do you want to change it to? please give a bit more details.
Pratik
Memberhi @Cheryl,
I got it now. the slider has title rather than content. Please use following CSS:
#main-slider .entry-title { font-family: “Palatino Linotype”,”Book Antiqua”,Palatino,serif; font-size: 20px; } #site-title { font-size: 55px; } #site-description { font-size: 20px; } #hgroup { padding-top: 10px; } #hgroup-wrap { padding-bottom: 10px; }Hope this works, let me know if otherwise.
Regards,
PratikPratik
Memberhi @troyjensen,
I am glad everything worked out. If you liked our theme and support, please leave us a review at https://wordpress.org/support/view/theme-reviews/adventurousRegards,
PratikPratik
MemberHi @Cheryl,
For Palatino font, add in your css as follows:#main-slider .entry-content { font-family: "Palatino Linotype","Book Antiqua",Palatino,serif; font-size: 20px; }Notice the font-size: 20px, increase or decrease to change its size as per your need.
For Tagline, add following CSS,
#site-description { font-size: 30px; }Notice the font-size: 30px, increase or decrease to change its size as per your need.
To reduce the overall size of the header( make it narrower ).
#hgroup { padding-top: 10px; } #hgroup-wrap { padding-bottom: 10px; }Notice the 10px in both conditions. Increase or decrease them both as per your need.
Let me know how it works out.
Regards,
PratikJanuary 11, 2016 at 12:44 pm in reply to: Recommended shopping cart plug in for Catch Responsive Pro #82643Pratik
MemberYou are welcome. Have a nice day.
Regards,
PratikPratik
MemberHi @radeko,
I am glad it worked out. If you liked our theme as support, please leave us a review at https://wordpress.org/support/view/theme-reviews/catch-responsiveRegards,
PratikPratik
MemberHi @marcodimi,
I have checked the issue and it is exactly how @mahesh has given it. The script should go to footer section. Once you add it there, it should work.
Pratik
MemberHi @raviuppal,
It is working fine from the mobile devices that I have checked. Maybe there is cache issue in your mobile.To get the button and title below your ads, you will need html and CSS which falls outside out Theme Support Scope. You will need to hire a customizer for that.
Regards,
PratikPratik
MemberGreat you solved it yourself. Let us know if you have any more issues.
Regards,
PratikPratik
Memberhi @Masac,
Sorry, but it has been difficult because of a different language. CAn you remove that CSS and let me know in which page the issue is?We need to build a child theme and make customization there to completely remove it.
Regards,
PratikPratik
MemberGreat everything worked out. It would be great if you could leave a review for this theme at: https://wordpress.org/support/view/theme-reviews/chicago#postform.
Regards,
PratikPratik
MemberHi @[email protected],
To change background color, you can go to Appearance=> Customize=> Colors=> Background Color and select any color you like.
Regards,
PratikPratik
Memberhi @marcodimi,
For “ARCHIVI” widget, use following code:/* For Archives Widget Heading */ .widget_archive h3 { font-size: 26px; } /* For Archives Widget Content*/ .widget_archive ul li { font-size: 15px; }Let me know how it works out.
Regards,
PratikPratik
MemberHi @raviuppal,
http://www.untoldreality.com/great-deals/ is currently giving me 404 page not found error. Can you check it?
Regards,
Pratik -
AuthorPosts
