Forum Replies Created
-
AuthorPosts
-
SkandhaParticipant
@gracealcantaralaw: Go to => Appearance => Customize => Theme Options => Header Right Option and you can edit the number under Call Number and the text under Call Text.
Let me know if this solves your issues.
Regards,
SkandhaFebruary 19, 2018 at 1:47 am in reply to: How to add adsense beside header image (right side) #131846SkandhaParticipant@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,
SkandhaSkandhaParticipant@wednesdaycall: Yes, that is possible. Please tell me which widgets you want to remove and on which pages?
Regards,
SkandhaSkandhaParticipant@fireflywebs: Please post in your site url and i will provide you with the necessary additional css.
Regards,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@unclefunkys: Glad the issue is resolved. Have a good day!
Regards,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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 #131652SkandhaParticipant@kmckay: The link you posted doesn’t seem to be accessible. Let me know when your site is accessible.
Regards,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@dnelson503: Glad to know the issue is resolved! Have a good day!
Regards,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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 #131213 -
AuthorPosts