Forum Replies Created
-
AuthorPosts
-
February 19, 2018 at 1:47 am in reply to: How to add adsense beside header image (right side) #131846
Skandha
Member@clint23: You can add an adsense ad using the Custom Html widget in the available widget areas. I’m afraid you cannot add an adsense ad beside the header image.
Let me know if you have anymore issues.
Regards,
SkandhaSkandha
Member@wednesdaycall: Yes, that is possible. Please tell me which widgets you want to remove and on which pages?
Regards,
SkandhaSkandha
Member@fireflywebs: Please post in your site url and i will provide you with the necessary additional css.
Regards,
SkandhaSkandha
Member@wednesdaycall: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
body:not(.home) .widget-area { display:none; }Let me know if this solves your issue!
Regards,
SkandhaSkandha
Member@nsd: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#featured-content-section .hentry-inner { border: 5px solid black; }Let me know if this solves your issue!
Regards,
SkandhaSkandha
Member@unclefunkys: Glad the issue is resolved. Have a good day!
Regards,
SkandhaSkandha
Member@unclefunkys: Go to => Appearance => Customize => Additional CSS and the following CSS Code.
.post-template-default.single.single-post { background:none; }Let me know if this solves your issue!
Regards,
SkandhaSkandha
Member@ann84: You will need to create a child theme for this and add the following code to your child theme’s functions.php file. You can check out the link above if you don’t know how to create a child theme
function custom_short_excerpt($excerpt){ return substr($excerpt, 0, 200); } add_filter('the_excerpt', 'custom_short_excerpt');Let me know if this solves your issue!
Regards,
SkandhaFebruary 14, 2018 at 10:31 pm in reply to: Change color of words in Header Right Widget area #131652Skandha
Member@kmckay: The link you posted doesn’t seem to be accessible. Let me know when your site is accessible.
Regards,
SkandhaSkandha
Member@artpriskaleutenegger-ch: Go to => Appearance => Customize => Additional CSS and add the following CSS Code
.single-post .site-main .entry-title { background-color: white; }Let me know if this does the trick!
Regards,
SkandhaSkandha
Member@dnelson503: Glad to know the issue is resolved! Have a good day!
Regards,
SkandhaSkandha
Member@pharte: To change the button color on hover Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.button-minimal:hover, .button-minimal:focus { background-color: #000066; }To change the color of featured slider arrow on hover Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#feature-slider .cycle-prev:hover, #feature-slider .cycle-prev:focus, #feature-slider .cycle-next:hover, #feature-slider .cycle-next:focus { color: #000066; }You can change the color according to your requirement!
Let me know if this solves your issue!Regards,
SkandhaSkandha
Member@vasilvideomakers: If you mean to change the background color of the page to black then Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#content { background-color: #000; }Let me know if you have anymore issues!
Regards,
SkandhaSkandha
Member@ydigilov: For the image at the top of the society page to be full width of screen you will need to change the page-width to 100%. That results in text on this page also being displayed as full width. Let me know what you want to do with this.
To make logo clickable for only certain area of the image you will need to get your site customized. I suggest you to hire a customizer.
Let me know if your have anymore issues!
Regards,
SkandhaSkandha
Member@pharte: If you mean to change the border color of “View Larger Map” button then Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#contact-info-section .content-info-wrapper a { border-color: #000066; }Let me know if you have anymore issues!
Regards,
SkandhaSkandha
Member@vasilvideomakers: You can use Jetpack Plugin from the wordpress plugin repository to create a gallery in the homepage. You can check out this link to know how to create a gallery using jetpack plugin.
Let me know if this solves your issue!
Regards,
SkandhaSkandha
Member@skynet: Thank you so much for appreciating our work. We will continue supporting our themes.
Regards,
Catch Themes TeamFebruary 7, 2018 at 12:20 am in reply to: So much space that can not be used on Comment Area #131213Skandha
Member@pharte: Go to => Appearance => Customize => Additional CSS add the following CSS Code.
To Change the color of dots in the feature slider:
#feature-slider .cycle-pager span.cycle-pager-active { color: #colorcode; }Replace #colorcode with the color of your choice.
Please post in you site URL so that i can provide you with CSS Code to change color of the button at the footer.
Let me know if you have anymore issues!
Regards,
Skandha -
AuthorPosts
